Flash Movie - Replay button

Can someone help me with creating a Replay button for my flash movie.

Besides creating the actually button symbol, how do i go about to make it be a “replay” button??? what is the coding? i couldnt find help in any of the tutorials.

Anyones help would be great! Thanks

On your replay button:

on (press) {
gotoAndPlay (1);
}

Tells the button to move the play head back to the beginning of the movie.

Thanks!!! it worked.

No problem :slight_smile: