308 Chapter 12: ActionScript Dictionary
Button._visible
Availability
Flash Player 6.
Usage
my_btn._visible
Description
Property; a Boolean value that indicates whether the button specified by my_btn is visible.
Buttons that are not visible (
_visible property set to false) are disabled.
See also
MovieClip._visible
, TextField._visible
Button._width
Availability
Flash Player 6.
Usage
my_btn._width
Description
Property; the width of the button, in pixels.
Example
The following example sets the height and width properties of a button.
my_btn._width=200;
my_btn._height=200;
See also
MovieClip._width