User Guide

MovieClip class 493
MovieClip.onLoad
Invoked when the movie clip is instantiated and appears in
the Timeline.
MovieClip.onMouseDown
Invoked when the left mouse button is pressed.
MovieClip.onMouseMove
Invoked every time the mouse is moved.
MovieClip.onMouseUp
Invoked when the left mouse button is released.
MovieClip.onPress
Invoked when the mouse is pressed while the pointer is over
a movie clip.
MovieClip.onRelease
Invoked when the mouse is released while the pointer is over
a movie clip.
MovieClip.onReleaseOutside
Invoked when the mouse is clicked over a movie clip and
released while the pointer is outside the movie clip’s area.
MovieClip.onRollOut
Invoked when the pointer rolls outside of a movie clip area.
MovieClip.onRollOver
Invoked when the mouse pointer rolls over a movie clip.
MovieClip.onSetFocus
Invoked when a movie clip has input focus and a key is
released.
MovieClip.onUnload
Invoked 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.
Event handler Description