Flash MX - Button Properties
Flash MX - Button Properties
Out of context: Reply #2
- Started
- Last post
- 4 Responses
- autonoma0
Yes, I gave it a name. This is directly from the Flash help file:
Example
The following code example sets the height and width of a button when the user clicks the mouse:
myButton._width = 200;
myButton._height = 200;