frame
 
Syntax SetSpriteProperty(@"IconTitle", #frame, integer)
 
Type Sprite property
 
Description  This property controls which frame of the current Flash movie is displayed. You can get and set the value of the frame property. The default setting is 1.
 
Example  This statement sets a Flash movie to its last frame by setting the current frame equal to the total number of frames in the movie.
 
SetSpriteProperty(@"Flash Icon", #frame, GetSpriteProperty(@"Flash Icon", #frameCount)

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