Skip to main content
Participant
October 15, 2010
Question

how do you make a replay button?

  • October 15, 2010
  • 1 reply
  • 2206 views

I made a flash movie and all i need to do is make a replay button, but i have no idea how. i am using cs5. my movies goes through multiple scenes so at the last scene i want them to click on the reply button to go to the 1st scene again. however, i have no idea where my actions layer and labels layer go or what action to put into my button.

i looked around, but every video i find, they seem to only be working in one scene and within one layer too.

--edit--

this works just fine:

http://www.youtube.com/watch?v=k9UjtNxAQN8&NR=1

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
October 15, 2010

assuming no variables/code need to be reset, you can use:

yourreplaybutton.onRelease=function(){

_root.gotoAndPlay(1);

}