Use _droptarget. It's very fast. We use it on ActionStep for all mouse events.
/Scott -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sébastien Pierre Sent: Monday, July 25, 2005 12:48 PM To: Open Source Flash Mailing List Subject: Re: [osflash] How to properly handle rollOver and rollOut inMovieClips Le 25 juil. 05 à 18:33, Tim Beynart a écrit : > Use _mousex and _mousey properties of _root (or whatever your level > is). I actually use _xmouse and _ymouse, but it seems to be slow, as I have 100+ movie clips that listen to the MouseDown/Up events. However, it seems like the only way to do it properly. Thanks, -- Sébastien _______________________________________________ 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
