Syntax | SetIconProperty(@" IconTitle", #scaleMode, mode)
|
||||||
Type | Icon property, sprite property |
||||||
Description | This property controls the way a Flash movie is scaled within a sprite's bounding rectangle. When you scale a Flash movie sprite by setting its scale and viewScale properties, the sprite itself is not scaled, only the view of the movie within the sprite. The scaleMode property can have these values:
You can get and set the value of the |
||||||
Example | This statement sets the scaleMode property of a Flash movie sprite to #showAll .
SetSpriteProperty(@"Flash Icon", #scaleMode, #showAll) |
||||||
Related Functions | scale property
|