Flasher Archive

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


Subject: Re: FLASH: If..visible...then
From: John Croteau
Date: Mon, 1 Nov 1999 23:55:43 GMT

Hi Pati,

> 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:

Because your examples and your text seemed to be different I'm not sure
if this is exactly what you want, but hopefully this will get you
started.

The following turn both Bar01 and Bar02 on if either is on.

If ((GetProperty ("/Bar01",_visible)= 1) or (GetProperty
("/Bar01",_visible)= 1))
Set Property ("Bar01", Visibility) = 1
Set Property ("Bar02", Visibility) = 1
End If

See the Get and Set Property Tutorials --->
http://www.FlashBible.com/members/

--
Coming Soon Flash 4 Web Animation F/X and Design
http://www.amazon.com/exec/obidos/ASIN/1576105555/flashcentral
----------- -----------------------
John Croteau croteauaterols [dot] com (mailto:croteauaterols [dot] com)
------------- -------------------------
FlashTek (Advanced Websites with Flash) http://www.FlashTek.com/
Flash Bible (Fast track to good Flash) http://www.FlashBible.com/
Flash Central(The Universe Starts Here) http://www.FlashCentral.com/
The Flash Tech Resource (Tech Notes) http://www.FlashCentral.com/tech/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


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
  FLASH: If..visible...then, Pati765

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