| Syntax | SetIconProperty(@"IconTitle", #fixedRate, integer)
|
|||
| Type | Icon property, sprite property |
|||
| Description | This property controls the frame rate of a Flash movie sprite. This property is ignored if the sprite's playbackMode property is anything other than #fixed. The fixedRate property can have integer values.
You can get and set the value of the |
|||
| Example | These statements set the frame rate of a Flash movie sprite to match the position of an object on a path.
SetSpriteProperty(@"Flash Icon", #playbackMode, #fixed) SetSpriteProperty(@"Flash Icon", #fixedRate, PathPositon@"Slider") |
|||
| Related Functions | playBackMode property
|