EasyManua.ls Logo

MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT - Page 308

MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT
816 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
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

Table of Contents

Related product manuals