SWiSH Player Support
SWF4 or later - Supported Internally
Syntax
[object.]prevFrameAndStop()
Arguments
object: The name of the Sprite / Movie Clip to be played.
Returns
Nothing.
Description
Action and Sprite Method: Sends the playhead to the previous Frame in a Scene and stops at that Frame.
Sample
onFrame (5) {
prevFrameAndStop(); // sprite moves playhead to 4th frame and stops.
}
See Also
play(), stop(), gotoAndPlay(), gotoAndStop(), gotoSceneAndPlay(), gotoSceneAndStop(), nextFrameAndPlay(), nextFrameAndStop(), prevFrameAndPlay(), skipFrameAndPlay() and skipFrameAndStop().