| Syntax | CallSprite(@"IconTitle", #stop) |
|||
| Type | Method |
|||
| Description | Use this method to stop a Flash movie that's playing. The movie pauses at the current frame. |
|||
| Example | This statement stops the Flash sprite if it's playing.
If GetSpriteProperty(@"Flash Icon", #playing) then
CallSprite(@"Flash Icon", #stop)
end if
|
|||
| Related Functions | hold method
|