I need to create a MovieClip that is looping, and when I press a button it stops but let the animation finish.
This is my code: On (release) {movieClipName.gotoAndStop(60);}
This almost works for me because it goes to the last frame (60) but it doesn’t let the animation finish. And if I write stop(); on the last frame it does not loop in the beginning. Any ideas? I am NOT allowed to use functions, variables or conditionals.
My project https://www.dropbox.com/s/t68vde8qocq7spa/Square%20and%20Button.fla?dl=0