Very simple actionscript queston
by Cary Estes
on
Jul 27, 2007 at 1:52:01 am
Hey everyone. I've got a very simple question. What do I need to write in my actionscript to get a movieclip symbol timeline to play from the beginning and stop at a certain frame? I tried using gotoAndStop and it only shows the last frame when I test the flash animation. Thanks for your Help.
Re: Very simple actionscript queston by vdubplate on Jul 30, 2007 at 2:28:51 pm
stop(); at the last frame of the animation.
You could place your animation in a movie clip, place stop(); at end of animation and the place this movie clip on your timeline where you want it to start.