Hi Sébastien, >Surprisingly, using onPress/onRelease instead of onMouseDown/ >onMouseUp did the trick.
That isn't surprising as the events are used for totally different things. onPress and onRelease are used to determine when a user clicks on and releases from the hitArea of a specific MovieClip. The onMouseUp and onMouseDown events are for trapping when the mouse is clicked regardless of where it happens. Thus the reason it's working this way for you. -Chris _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
