Syntax | SetIconProperty(@" IconTitle", #viewScale, percent)
|
|||
Type | Icon property, sprite property |
|||
Description | This property sets the overall amount to scale the view of a Flash movie sprite within the sprite's bounding rectangle. The viewScale property is a specified as a percentage using a floating-point number.
The sprite rectangle itself isn't scaled, only the view of the movie within the rectangle. Setting the
One significant difference between the
You can get and set the value of the |
|||
Example | This statement doubles the view scale of a Flash movie sprite.
SetSpriteProperty(@"Flash Icon", #viewScale, 200) |
|||
Related Functions | viewH property, viewV property, viewPoint property
|