nextSceneAndPlay +
Top  Previous  Next


Syntax
nextSceneAndPlay()

Arguments
None.

Returns

Nothing.

Description

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

Sample

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


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

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

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