it isn't possible in the actual version to check if an object is hidden or not <show>
Offline
You can do that with a variable. Call it anything you want, but I'm calling it "hidden".
When you use a show block, make it set hidden to 0, and when you use a hide block, set hidden to 1. Then when you make a script, if you want it to know if it's showing, use this script:
<if><( <{ hidden }> <=> 0 )>
[/blocks]and if you want to know if it's hidden:
<if><( <{ hidden }> <=> 1 )>[/blocks]
Last edited by hmnwilson (2009-03-24 12:55:24)
Offline