Answered
Trouble with gotoAndStop
Has anyone encounter a bug with gotoAndStop or gotoAndPlay? I
have a flash document using a lot of layers and in frame 1 of the
actions layer I have the actionscript: (It's the only actionScript
in frame 1)
gotoAndStop(385);
on frame 385 I have a keyframe with the actionScript:
trace("This is frame 385");
stop();
When publishing the movie the playhead never goes to 385 it stops at 155 (took me hours just to figure that out). As I delete layers and re-publish the playhead advances and eventually it will stop at 185 if enough layers are deleted. What is going on???? Thanks in advance for any help. (Flash Professional 😎
gotoAndStop(385);
on frame 385 I have a keyframe with the actionScript:
trace("This is frame 385");
stop();
When publishing the movie the playhead never goes to 385 it stops at 155 (took me hours just to figure that out). As I delete layers and re-publish the playhead advances and eventually it will stop at 185 if enough layers are deleted. What is going on???? Thanks in advance for any help. (Flash Professional 😎