PDA

View Full Version : loading SWF just after the movement of MC is finished...



felipegm
May 18th, 2005, 10:20 AM
Hi,

i´m using the a menu like the attached.
My question is:
How can i make a SWF to load only after the movement of the buttons is finished?

Thanks fro any help

EmeniusXp
May 18th, 2005, 02:41 PM
you can use an Array to control how many of the movie clips have fineshed their move and when te length property of that array is equal to the number of buttons you where moving then you know they've all finished so you can load your movie clip.

felipegm
May 18th, 2005, 07:23 PM
Don´t know exatly how to do it. Could you send me an example of link so i can see it clearer?




you can use an Array to control how many of the movie clips have fineshed their move and when te length property of that array is equal to the number of buttons you where moving then you know they've all finished so you can load your movie clip.