User Guide
MovieClip class 19
Event summary
The following table lists the event handlers that are partially supported by the MovieClip class
when using ActionScript for Flash Lite 2.0.
_xmouse
Returns the x coordinate of the mouse position.
Limitations: Supported if
System.capabilities.hasMouse=true or
System.capabilities.hasStylus=true.
Partially
supported
_ymouse
Returns the y coordinate of the mouse position.
Limitations: Supported if
System.capabilities.hasMouse or
System.capabilities.hasStylus are set to true.
Partially
supported
Event Handler Description Support
onDragOut
Invoked when the mouse button is pressed and the
pointer rolls outside the object. You must define a
function that executes when the event handler is
invoked. You can define the function on the
timeline or in a class file that extends the
MovieClip class or is linked to a symbol in the
library.
Limitations: Supported if
System.capabilities.hasMouse or
System.capabilities.hasStylus are set to true.
Partially
supported
onDragOver
Invoked when the pointer is dragged outside and
then over the movie clip. You must define a
function that executes when the event handler is
invoked. You can define the function on the
timeline or in a class file that extends the
MovieClip class or is linked to a symbol in the
library.
Limitations: Supported if
System.capabilities.hasMouse or
System.capabilities.hasStylus are set to true.
Partially
supported
onMouseDown
Invoked when the left mouse button is pressed.
Limitations: Supported if
System.capabilities.hasMouse or
System.capabilities.hasStylus are set to true.
Partially
supported
Property Description Support