mouseDown and mouseUp are fired whenever the mouse is clicked no matter where it is. You need to attach location detection to the event to see what clip has the mouse over it.
- - - - - - - - - - - - Tim Beynart Athens, GA 706.372.6994 - - - - - - - - - - - - -----Original Message----- Now, I encounter another problem: rollOver/rollOut work differently than mouseDown/mouseUp. While rollOver/rollOut are only triggered when the movie clip has mouse focus, the mosueDown/mouseUp event handlers are triggered even when the movie clip has no mouse focus. So if I have more than one instance of this movie clip class, they all react as if clicked, while only one or no is actually clicked. Do you know how to specify the area in which a movie clip can react to events ? -- Sébastien _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
