prevFrameAndPlay
Top  Previous  Next


Syntax
spritename.prevFrameAndPlay()

Arguments
spritename: 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
{
  this.prevFrameAndPlay();   // continues playing from frame 4
}


See Also
play(), stop(), gotoAndPlay(), gotoAndStop(), gotoSceneAndPlay(), gotoSceneAndStop(), nextFrameAndPlay(), nextFrameAndStop(), prevFrameAndStop(), skipFrameAndPlay() and skipFrameAndStop().