This doesn't make any sense to me. I made a movie with probably 10 scenes in it. This go pretty smoothly except when I write a code to stop on a certain frame on a scene. for instance.
gotoAndStop("Correct", 2);
well what it does instead of going to frame 2 on the correct scene it stops on the last frame of that scene. I even put a stop(); at the start of the frame as well to test and that didn't work either. Any idea why this would not work?
Start Free Trial