fixedRate
 
Syntax SetIconProperty(@"IconTitle", #fixedRate, integer)

SetSpriteProperty(@"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 fixedRate property. The default setting is 15.
 

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

To Table of Contents Back to Previous document Forward to next document