Hi
I’m using Flash 5 and I have a movie inside a movie where the replay button is placed. In the on release event I don’t know what code to use. I’ve tried the following but it didn’t work:
gotoAndPlay (1);
gotoAndPlay (“Scene 1”, 1);
_root.gotoAndPlay (1);
_parent.gotoAndPlay (1);
And other variations of this, but nothing seems to do the job.
Could someone help with this please.
Thanks