SWiSH Player Support
SWF4 or later - Supported Internally
Syntax
spritename._height
Arguments
spritename is the name of a Sprite / Movie Clip or Object.
Returns
This read-only property returns the current height of the Sprite or Object.
Description
This can be used to determine the current height of the referenced Object.
If scaling is applied (_yscale), this property is modified to show the revised size.
Sample
h = rect._height; // h contains the current height of the Object rect.