MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT Reference Manual page 486

Actionscript reference guide
Hide thumbs Also See for FLASH MX 2004 - ACTIONSCRIPT:
Table of Contents

Advertisement

Event handler summary for the MovieClip class
Event handler
MovieClip.onData
MovieClip.onDragOut
MovieClip.onDragOver
MovieClip.onEnterFrame
MovieClip.onKeyDown
MovieClip.onKeyUp
MovieClip.onKillFocus
MovieClip.onLoad
MovieClip.onMouseDown
MovieClip.onMouseMove
MovieClip.onMouseUp
MovieClip.onPress
MovieClip.onRelease
MovieClip.onReleaseOutside
MovieClip.onRollOut
MovieClip.onRollOver
MovieClip.onSetFocus
MovieClip.onUnload
486
Chapter 12: ActionScript Dictionary
Description
Invoked when all the data is loaded into a movie clip.
Invoked while the pointer is outside the button; the mouse
button is pressed inside, and then rolls outside the button area.
Invoked while the pointer is over the button; the mouse button
has been pressed then rolled outside the button, and then
rolled back over the button.
Invoked continually at the frame rate of the SWF file. The
actions associated with the enterFrame clip event are
processed 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 button.
Invoked when the movie clip is instantiated and appears in
the Timeline.
Invoked when the left mouse button is pressed.
Invoked every time the mouse is moved.
Invoked when the left mouse button is released.
Invoked when the mouse is pressed while the pointer is over
a button.
Invoked when the mouse is released while the pointer is over
a button.
Invoked when the mouse is released while the pointer is
outside the button after the button is pressed while the pointer
is inside the button.
Invoked when the pointer rolls outside of a button area.
Invoked when the mouse pointer rolls over a button.
Invoked when a button has input focus and a key is released.
Invokes in the first frame after the movie clip is removed from
the Timeline. The actions associated with the Unload movie
clip event are processed before any actions are attached to
the affected frame.
and
Key.getCode()

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004 - ACTIONSCRIPT and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents