im not sure about the rest of the code i dont really have time right now to comb through it but if its going to the next frame right away try putting stop(); in the frame and also using gotoAndStop(frame); instead of gotoAndPlay(frame);
okay… not sure that will work cause here is my exact reason for needing the collision. I have a aircraft image, that when you press up it goes up, down it goes down, and so on. So unless you press and arrow key it doesn’t go anywhere, i have another object (on the otherside of the flash file, so there not touching) that when you move the aircraft to the other object it will go to that frame, but its not doing that for some reason, its justs automatcially going to the frame for (If there is a collision)