I have a movie clip named player.
In it, the first four frames are an animation of him walking forward, and the next four frames are him walking backward.
I put gotoAndPlay(1) on frame 5 (because for some reason if I put it on frame 4, frame 4 never shows). The animation completes and loops, but when it goes back to the first frame, it pauses for an extra frame. I think it has something to do with the gotoAndPlay causing a pause, but I know i’ve done this before without this issue… help?