prevFrameAndStop
Top  Previous  Next


Syntax
spritename.prevFrameAndStop()

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 stops at that Frame.

Sample

onFrame (5
{
   this.prevFrameAndStop();   // sprite moves playhead to 4th frame and stops.
}


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