I have a movieclip that plays and at the end of the MC I would like the playhead to autmoatically advance to the next scene - I have tried various methods with no success - any help would be greatly appreciated.
I am not using a button for this - it would just automatically advance when it comes to this frame.
Have already tried these with no success:
_level0.gotoAndPlay("scene");
_root.gotoAndPlay("scene", 1);
_root.nextScene();
gotoAndPlay("scene");
I am not using a button for this - it would just automatically advance when it comes to this frame.
Have already tried these with no success:
_level0.gotoAndPlay("scene");
_root.gotoAndPlay("scene", 1);
_root.nextScene();
gotoAndPlay("scene");