Button
Object
|
+-Button
public class Button
extends Object
All button symbols in a SWF file are instances of the
instance name in the Property inspector, and use the methods and properties of the Button
class to manipulate buttons with ActionScript. Button instance names are displayed in the
Movie Explorer and in the Insert Target Path dialog box in the Actions panel.
The Button class inherits from the Object class.
Availability: ActionScript 1.0; Flash Player 6
See also
Object
Property summary
Modifiers
Property
_alpha:Number
blendMode:Object
cacheAsBitmap:Boolea
n
enabled:Boolean
filters:Array
_focusrect:Boolean
_height:Number
_highquality:Number
menu:ContextMenu
344
ActionScript classes
Button
Description
The alpha transparency value of the button specified
by my_btn.
The blend mode for the button.
If set to true, Flash Player caches an internal bitmap
representation of the button.
A Boolean value that specifies whether a button is
enabled.
An indexed array containing each filter object
currently associated with the button.
A Boolean value that specifies whether a button has a
yellow rectangle around it when it has keyboard focus.
The height of the button, in pixels.
Deprecated since Flash Player 7. This property was
deprecated in favor of Button._quality.
Specifies the level of anti-aliasing applied to the
current SWF file.
Associates the ContextMenu object contextMenu
with the button object my_button.
object. You can give a button an
Need help?
Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?