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.