prevSceneAndStop +
Top  Previous  Next


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().