By the way, I can see how this would be really confusing when first learning. They "sound" like they would do the same thing.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Allen, Christopher S. Sent: Monday, July 25, 2005 2:25 PM To: Open Source Flash Mailing List Subject: RE: [osflash] How to properly handle rollOver and rollOut inMovieClips 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 _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
