I need some help preventing frame skipping. What happens is I put a stop() at the end of each frame. Then after a certain condition is met I advance to the next frame. The movie plays two frames then it just plays through the rest of my frames without stopping at the stop().
I’m wondering if it has anything to do with the way I’m setting up the onEnterFrame() or maybe the mouse listeners. The actionscript works as it should, but I’m really having a lot of trouble trying to keep the frames from skipping.
Here’s the flash file; if anyone can take a look at that or give me some ideas why it wouldn’t be working, great.