prevSceneAndPlay +
Top  Previous  Next


Syntax
prevSceneAndPlay()

Arguments
None.

Returns

Nothing.

Description

Action: Sends the playhead to the previous Scene and plays from the first Frame.

Sample

onFrame (10
{
  prevSceneAndPlay(); // identical to gotoSceneAndPlay("<previous scene>", 1);
}


Flash MX Differences
This function is not implemented in Flash MX.

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

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