Widget.width

Availability

Flash Player 7 + TheSpringBox V1

Usage

Widget.width:Number

Description

Property; The width of the wrapper in which the widget resides.

Example

The following example shows how you can increase the size of the widget.

myButton.onRelease = function() {
  Widget.width += 10;
};