Ok...
Was ok.
It was a flash I smiled at, not particularly because it was funny, but because it made me feel good :S... Dont worry... Im strange.
A replay button is piss. Here's how you do it:
On the first frame at the beginning of your movie, click on it and name it "Start" or whatever, in the textbox at the very bottom left. Then, got to the end scene/frame and add two layers.
At the very end of one layer insert a keyframe right at the end.
Then add the action to this one frame:
stop()
Then with the other layer, make a button which you want to be the replay button.
Right click:
Convert to symbol > Button > Ok.
Click on the BUTTON, not the frame and add the following code into the actions panel:
on (release) {
gotoAndPlay("Scene 1", "Start");
}
Or whatever, if it's scene 2 etc., then replace "scene 1" with "scene 2" etc.
The "start" bit is the name of the frame which your movie starts on.
Also, you can replace:
on (release) {
with
on (click) {
...Whatever suits your taste.
Anyway, lol, i probably should of e-mailed you that, lol, but who cares?