The Enchanted Cave 2
Delve into a strange cave with a seemingly endless supply of treasure, strategically choos
4.36 / 5.00 33,851 ViewsGhostbusters B.I.P.
COMPLETE edition of the interactive "choose next panel" comic
4.09 / 5.00 12,195 ViewsI have a menu in scene 1 that lasts 30 seconds. When it gets to the last frame, it goes straight to scene two and plays. I don't want it to do that. I want it to loop back to frame 2, scene one.
in the last frame of scene 1 put:
gotoAndPlay(2);
Scenes are a pain, delete everything in scene 2, or just move it to after the last frame of scene 1 and copy this code into the last frame of scene 1:
gotoAndPlay(2);
Assuming you want it to loop ^
Hope this helps.