This makes it so the frames don't continue to play hence the "stop" so it will only show frame 1
Create a button, draw something out (or use the buttons in the Window > Other Panels > Common Library > Buttons).
Once you have the button highlite it and press F8 (don't do this if you use the Common Library Buttons)
Once it's a button click on it and in the actionscripts just do
CODE
on(press){
gotoAndPlay(2);
}
Which, once it clicks will play frame 2 where it will start your animation. You can put different things in the bracket like the scene names as well.
[right][snapback]541160[/snapback][/right]