Collision detection in external class off by one frame

Hello,

I’m doing collision testing between 2 objects. When I run the collision code in the Document Class, or inside any of the classes of the display objects, it’s perfect. If I move the code to an external class which is not on the display list, it works, but the collision precision seems off by about one frame.

Does anyone know whether classes that aren’t on the display list process ENTER_FRAME events differently or at lower priority than classes that are on the list? I’ve found no information on this and wonder whether anyone has experienced something similar.

Thanks!