SWiSH Player Support
SWF4 or later - Supported Internally
Syntax
[object.]prevFrameAndPlay()
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 plays from that Frame.
Sample
onFrame (5) {
prevFrameAndPlay(); // continues playing from frame 4
}
See Also
play(), stop(), gotoAndPlay(), gotoAndStop(), gotoSceneAndPlay(), gotoSceneAndStop(), nextFrameAndPlay(), nextFrameAndStop(), prevFrameAndStop(), skipFrameAndPlay() and skipFrameAndStop().