I've created a short movie. On the last frame, I load a button that I want to use to "Replay" the movie from the beginning. I've right-clicked on the button and added the following action:
on (press) {gotoAndPlay("Scene1",1);
}
It does not replay the movie. Can someone help out?
Thank you!
on (press) {gotoAndPlay("Scene1",1);
}
It does not replay the movie. Can someone help out?
Thank you!