User Guide
346 ActionScript classes
Properties inherited from class Object
Event summary
_y:Number The y coordinate of the button relative to the local
coordinates of the parent movie clip.
_ymouse:Number [read-
only]
Indicates the y coordinate of the mouse position
relative to the button.
_yscale:Number The vertical scale of the button as applied from the
registration point of the button, expressed as a
percentage.
constructor (Object.constructor property), __proto__ (Object.__proto__
property), prototype (Object.prototype property), __resolve
(Object.__resolve property)
Event Description
onDragOut =
function() {}
Invoked when the mouse button is clicked over the button and the pointer
then dragged outside of the button.
onDragOver =
function() {}
Invoked when the user presses and drags the mouse button outside and
then over the button.
onKeyDown =
function() {}
Invoked when a button has keyboard focus and a key is pressed.
onKeyUp =
function() {}
Invoked when a button has input focus and a key is released.
onKillFocus =
function(newFocu
s:Object) {}
Invoked when a button loses keyboard focus.
onPress =
function() {}
Invoked when a button is pressed.
onRelease =
function() {}
Invoked when a button is released.
onReleaseOutside
= function() {}
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.
onRollOut =
function() {}
Invoked when the pointer moves outside a button area.
Modifiers Property Description