PDA

View Full Version : mc shown first when a button is pressed


fiona
04-05-2005, 02:31 AM
Hi!
I have a movieclip on the scene that has several frames tweened. I donīt want this mc to be shawn until a button is pressed. Is that possible?

Flash Gordon
04-05-2005, 02:49 AM
yes
myMC_mc._visble = false;
change that to true on a button press.

fiona
04-05-2005, 12:50 PM
I have done the mc invisible until I press the button. Yes the button is invisible but the tweening still goes on so when I press the button I see the last frame of the tweening.