Please help me with buttons

Hi, I’m a newbie with buttons in flash. Could you please tell me how to make a PLAY button where you click it and it plays the movie and at the end a REPLAY button.

Thanks

Have you tried taking the buttons tutorial, goto help then lessons then goto buttons tutorial, you should also look at the other tutorials too.

 on (press) {play () ;}
on (press) {gotoAndPlay (1);}

This is very basic. Check the help about ‘on’ events and gotoAndPlay command.

pom 0]

Thanks for the help, you guys are genuises.