hitTest not registering if moving over a clip quickly

Hey everyone,

I have a flash menu embedded in an html page with a mainNav and a subNav. I have a timeout function that does a hitTest after a 10 frame delay that resets the subNav to the current section’s subNav.

This works fine unless the user goes over one of the nav buttons really quickly, in which case the hitTest does not return a false, and the subNav does not reset.

Since the page is not all flash and the user moves off the swf quickly, the swf thinks the mouse is still over one of the nav buttons. Has anyone run across this problem and found a solution?

Any thoughts would be greatly appreciated.