all groups > flash (macromedia) > may 2005 >
You're in the

flash (macromedia)

group:

Question about buttons


Re: Question about buttons sly one
5/27/2005 12:00:00 AM
flash (macromedia):
Yes.
Ues the _visible Property to control the visibility of a movieClip.

Example:


//make your clip invisible to start with
yourMC._visible=false;
//make it visible with a click of the button with an instance name of your_btn
your_btn.onRelease=function(){
yourMC._visible=true;
}
Re: Question about buttons IndianChsPrdctns
5/27/2005 12:00:00 AM
Re: Question about buttons Tom Unger
5/27/2005 7:08:17 PM
IndianChsPrdctns;
If I follow the question, it sounds like may be unfamiliar with the
concept of multiple timelines? If so, you might start by reading up on the
movie clip symbol in the flash help. -Tom Unger

Question about buttons IndianChsPrdctns
5/27/2005 10:59:53 PM
I want to know--yes or no--is it possible to make a button cause a graphic to
appear without using gotoAndStop to advance to a scene or frame that has the
graphic? In other words, can a button make a graphic appear and stay there,
even after the button is released? (I am making a Windows emulator and I want
the start button to make the start menu appear ON THE SAME FRAME.)
AddThis Social Bookmark Button