Score: 9
"How to make a replay button."
date: December 31, 2008
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();
December 31, 2008
Author's Response:
Yay! Thanks buddy :)