How to make a replay button.
How to make a reply button:
On the last frame draw your button, select it, and click F8. Choose "Button", then press OK. Select said button, press F9 and put in this code:
On (press){
gotoandplay(1);
}
Also, click on the last Frame and press F9, put in this code:
Stop();