I’ve been running across this problem in AS3. Suppose I have a movie clip with a child movie clip on frame 2, and a different child on frame 3. The child on frame 2 has script on its first frame. If I place a “gotoAndStop(3)” command on frame 1 of the parent movie clip, the child on frame 3 is displayed, but the script in the MC on frame 2 still runs! I want playback to skip directly to frame 3, without having anything to do with frame 2. How do I stop the script in the child on frame 2 from running?
Thanks - sorry if the answer is obvious.