>From the docs: The purpose of the rollOver event is to simplify the coding of rollout behaviors for display object containers with children. When the mouse leaves the area of a display object or the area of any of its children to go to an object that is not one of its children, the display object dispatches the rollOver event. This is different behavior than that of the mouseOver event, which is dispatched each time the mouse enters the area of any child object of the display object container, even if the mouse was already over another child object of the display object container.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of T. Michael Keesey Sent: 08 September 2007 19:22 To: [email protected] Subject: Re: [Flashcoders] AS3 ROLL_OVER or MOUSE_OVER ? Which one, and why ? On 9/7/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > In the AS3 class MouseEvent, what is the use for ROLL_OVER and ROLL_OUT? > > > > They seem to be the same as MOUSE_OVER and MOUSE_OUT... > > ROLL_OVER and ROLL_OUT = mouse button down Wouldn't that be DRAG_OVER and DRAG_OUT? > MOUSE_OVER and MOUSE_OUT = no mouse button down -- Mike Keesey _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

