MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE Reference page 273

Flash lite 2.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

Modifiers
Property
_visible:Boolean
_width:Number
_x:Number
_xmouse:Number
_xscale:Number
_y:Number
_ymouse:Number
_yscale:Number
Properties inherited from class Object
constructor (Object.constructor
property),
prototype (Object.prototype
(Object.__resolve property)
Event summary
Event
onDragOut
= function() {}
onDragOver
= function() {}
onKeyDown
= function() {}
onKeyUp
= function() {}
Description
A Boolean value that indicates whether the
button specified by my_btn is visible.
The width of the button, in pixels.
An integer that sets the x coordinate of a
button relative to the local coordinates of the
parent movie clip.
[read-only] Returns the x hasMouse is true relative to the
button.
The horizontal scale of the button as applied
from the registration point of the button,
expressed as a percentage.
The y coordinate of the button relative to the
local coordinates of the parent movie clip.
[read-only] Returns 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),
__proto__ (Object.__proto__
property),
Description
Invoked when the user presses the mouse button over
the button and then drags the pointer outside of the
button.
Invoked when the user presses the mouse button
outside of the button and then drags the pointer over
the button.
Invoked when a button has keyboard focus and a key is
pressed.
Invoked when a button has input focus and a key is
released.
__resolve
Button
273

Advertisement

Table of Contents
loading

Table of Contents