Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: FLASH: If..visible...then
From: Pati765
Date: Mon, 1 Nov 1999 21:09:36 GMT

I`ve got a problem with flash4:

I want make a movie clip visible (-->Set Property ("/Bar01", Visibility) =
"1"> if anyone press a button. I`ve got two movie clips named "Bar01" und
"Bar02". Now my problem is:
If Bar01 is visible I want to make Bar02 visible. If Bar02 is visible I want
to make Bar01 visible. But if I set actions like this I get an error:

On (Press)
If (Set Property ("/Bar01", Visibility) = "0")
Set Property ("/Bar01", Visibility) = "1"
Else
Set Property ("/Bar01", Visibility) = "0"
End If
End On


Error:
Action: If (Set Property ("/Bar01", Visibility) = "0")
Parameter: Condition
Value: Set Property ("/Bar01", Visibility) = "0"
Error: Syntax error

So what do I have to write as the condition??
Thanks a lot for help...

Pati


flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California

Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  Re: FLASH: If..visible...then, John Croteau

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]