User Guide

442 ActionScript classes
Properties inherited from class Object
Event summary
_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() or 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 a key is
pressed.
onKeyUp = function() {} Invoked when a key is released.
onKillFocus =
function(newFocus:Object) {}
Invoked when a movie clip loses input 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.
onMouseUp = function() {} Invoked when the mouse button is released.
onPress = function() {} Invoked when the user clicks the mouse while the
pointer is over a movie clip.
onRelease = function() {} Invoked when the mouse button is released over a
movie clip.
Modifiers Property Description