all groups > flash (macromedia) > october 2003 >
You're in the

flash (macromedia)

group:

Delay a movie clip


Delay a movie clip webmaster2003
10/29/2003 11:48:21 PM
flash (macromedia):
in my movie, when you press the "open" button, it makes the movie clip play the following frames until a frame marked stop. then in that frame, a mc(sign) within the main mc(doors) plays. When you press the "close" button, I want the sign mc to finish playing and when it finishes, the doors mc to continue playing. What do i have to add to the actionscript to make this possible. If you need the acual movie to see what i mean, please bcispcpro1@aol.com me. I need help ASAP!

Thanks in advance,
Re: Delay a movie clip Black_Prince
10/30/2003 7:02:34 AM
hi ..
.. at the last frame of the 'sign' place script :

doors.gotoAndPlay(1);

.. this will mak the doors movei Clip to play from its first frame.

AddThis Social Bookmark Button