prevSceneAndStop() +
Top  Previous  Next


SWiSH Player Support
SWF4 or later - Supported Internally

Syntax
prevSceneAndStop()

Arguments
None.

Returns
Nothing.

Description
Action: Sends the playhead to the previous Scene and stops at the first Frame.

Sample
onFrame (10
{
    prevSceneAndStop(); // identical to gotoSceneAndStop("<previous scene>", 1);
}


Flash MX Differences
This function is implemented in MX as prevScene().

See Also
Scene -based Movie Control
gotoSceneAndPlay(), gotoSceneAndStop(), nextSceneAndPlay(), nextSceneAndStop() and prevSceneAndPlay().

Frame-based Movie Control
play(), stop(), gotoAndPlay(), gotoAndStop(), nextFrameAndPlay(), nextFrameAndStop(), prevFrameAndPlay(), prevFrameAndStop(), skipFrameAndPlay() and skipFrameAndStop().