Modifiers
Property
_y:Number
_ymouse:Number
only]
_yscale:Number
Properties inherited from class Object
constructor (Object.constructor
property),
prototype (Object.prototype
(Object.__resolve property)
Event summary
Event
Description
Invoked when the mouse button is clicked over the button and the pointer
onDragOut
=
then dragged outside of the button.
function() {}
Invoked when the user presses and drags the mouse button outside and
onDragOver
=
then over the button.
function() {}
Invoked when a button has keyboard focus and a key is pressed.
onKeyDown
=
function() {}
Invoked when a button has input focus and a key is released.
onKeyUp
=
function() {}
Invoked when a button loses keyboard focus.
onKillFocus
=
function(newFocu
s:Object) {}
Invoked when a button is pressed.
onPress
=
function() {}
Invoked when a button is released.
onRelease
=
function() {}
Invoked when the mouse is released while the pointer is outside the button
onReleaseOutside
after the button is pressed while the pointer is inside the button.
= function() {}
Invoked when the pointer moves outside a button area.
onRollOut
=
function() {}
346
ActionScript classes
Description
The y coordinate of the button relative to the local
coordinates of the parent movie clip.
[read-
Indicates the y coordinate of the mouse position
relative to the button.
The vertical scale of the button as applied from the
registration point of the button, expressed as a
percentage.
property),
property),
__proto__ (Object.__proto__
__resolve
Need help?
Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?