Hi list...

[AS2] If I moderately rapidly move the mouse in and out of a ScrollPane 
component, a hitTest on movieclips contained within the ScrollPane won't always 
evaluate correctly.  I can't figure out why it's so unreliable, working only 
about 65% of the time.

The ScrollPane contains a bunch of movieclips, each with the onRollOut function 
attached:

if(this._parent.hitTest(_root._xmouse, _root._ymouse)==false){
        O.UI.firstLevelMenu.flmSP.content.topicSynopsis.removeMovieClip();
}

Any thoughts?
- Michael M.    

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to