Playback Navigation of Scenes in a Show

Demonstrates show playback navigation – Available for Studio only.

Flow Control functions can be used to affect the playback order of the Scenes in a Show during playback. These functions make it possible to add non-linear behavior to the pre-defined show.


Go to a specific scene:
gotoScene(sceneNum) - loads the specified scene. sceneNum can be a specific scene or a randomly selected one. The current scene is interrupted and the specified scene loads immediately.

Go to previous scene:
gotoPrevScene() - loads the previous scene, according to playback order.

Go to next scene:
gotoNextScene() - loads the next scene, following the playback order.

Replay Scene:
replay() - replays current scene.

See the source of this frame for the API code

gotoScene('2') gotoScene('1-4')
gotoPrevScene() gotoNextScene()
replay()

© 2003 Oddcast Inc. All Right Reserved