Property
MovieClip._target
MovieClip._totalframes
MovieClip.trackAsMenu
MovieClip._url
MovieClip.useHandCursor
MovieClip._visible
MovieClip._width
MovieClip._x
MovieClip._xmouse
MovieClip._xscale
MovieClip._y
MovieClip._ymouse
MovieClip._yscale
Event handler summary for the MovieClip class
Event handler
MovieClip.onData
MovieClip.onDragOut
MovieClip.onDragOver
MovieClip.onEnterFrame
MovieClip.onKeyDown
MovieClip.onKeyUp
MovieClip.onKillFocus
492
Chapter 2: ActionScript Language Reference
Description
Read-only; the target path of a movie clip instance.
Read-only; the total number of frames in a movie clip instance.
A Boolean value that indicates whether other movie clips can
receive mouse release events.
Read-only; the URL of the SWF file from which a movie clip
was downloaded.
A Boolean value that determines whether the hand is
displayed when the mouse rolls over a movie clip.
A Boolean value that determines whether a movie clip
instance is hidden or visible.
The width of a movie clip instance, in pixels.
The x coordinate of a movie clip instance
Read-only; the x coordinate of the mouse pointer within a
movie clip instance.
The value specifying the percentage that the movie clip is
scaled horizontally.
The y coordinate of a movie clip instance.
Read-only; the y coordinate of the mouse pointer within a
movie clip instance.
The value specifying the percentage for vertically scaling a
movie clip.
Description
Invoked when all the data is loaded into a movie clip.
Invoked when the mouse button is pressed inside the movie
clip area and then rolled outside the movie clip area.
Invoked when the mouse pointer is dragged over the movie
clip.
Invoked continually at the frame rate of the SWF file. The
actions associated with the
before any frame actions that are attached to the affected
frames.
Invoked when a key is pressed. Use the
methods to retrieve information about the last
Key.getAscii()
key pressed.
Invoked when a key is released.
Invoked when focus is removed from a movie clip.
event are processed
enterFrame
Key.getCode()
and
Need help?
Do you have a question about the FLASH MX 2004-ACTIONSCRIPT LANGUAGE and is the answer not in the manual?
Questions and answers