[as3] gotoAndPLay(528); starts at 393?
I have a rather long animation that's approximately 600 frames long. I have a layer at the very top of my animation with the code "gotoAndPlay(528);" which should take me to frame 528 as soon as I test my animation via Ctrl-Enter. However, instead of going to frame 528, it is starting at frame 393. I don't have any other code on any other layer at all, anywhere else. This has happened to me before with other animations.
I have it skip all the way ahead because that's where I'm currently working (frames 528 - 600 ish) and I want to see how my animation is looking at that point when i test my animation out, so i can skip watching all the earlier stuff i've already done.
Has anyone else experienced this? gotoAndPlay falling short and not getting to its intended frame destination?
I also tried labeling a frame "go here" and using "gotoAndPlay("go here");" and it still goes to frame 393 and plays from there.
thanks for any help!