User Guide
820 ActionScript classes
Properties inherited from class Object
Event summary
_y:Number Sets the y coordinate of a movie clip relative to the
local coordinates of the parent movie clip.
_ymouse:Number [read-
only]
Indicates the y coordinate of the mouse position.
_yscale:Number Sets the vertical scale (percentage) of the movie
clip as applied from the registration point of the
movie clip.
constructor (Object.constructor property), __proto__ (Object.__proto__
property), prototype (Object.prototype property), __resolve
(Object.__resolve property)
Event Description
onData =
function() {}
Invoked when a movie clip receives data from a
MovieClip.loadVariables() call or a MovieClip.loadMovie() call.
onDragOut =
function() {}
Invoked when the mouse button is pressed and the pointer rolls outside
the object.
onDragOver =
function() {}
Invoked when the pointer is dragged outside and then over the movie clip.
onEnterFrame =
function() {}
Invoked repeatedly at the frame rate of the SWF file.
onKeyDown =
function() {}
Invoked when a movie clip has input focus and user presses a key.
onKeyUp =
function() {}
Invoked when a key is released.
onKillFocus =
function(newFocu
s:Object) {}
Invoked when a movie clip loses keyboard focus.
onLoad =
function() {}
Invoked when the movie clip is instantiated and appears in the timeline.
onMouseDown =
function() {}
Invoked when the mouse button is pressed.
onMouseMove =
function() {}
Invoked when the mouse moves.
Modifiers Property Description