Syntax | integer:=GetIconProperty(@" IconTitle", #frameCount) |
Type | Icon property |
Description | This property indicates the number of frames in the Flash sprite icon. The frameCount property is an integer.
You cannot set the |
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) |
|