Forum Moderators: open
Type e.g. 'Start' to give it a name.
Make a stop command on your last frame (if it's not already there).
Make a replay button (if you don't have one) and convert that one to symbol. Choose the 'button' option (not movie or image thus).
Select the replay button and enter this code as actionscript:
on(release){
gotoAndPlay("Start");
}
That should work I guess. Goodluck