Panel | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Branching is dicussed in Motive Academy in this course. |
Storyflow’s power is creating simple or complex branching paths in the VR experience for a learner. Branches can happen in several different ways:
...
A Script is where an author defines what will happen in a training scenario. A script Script is made up of one or more framesFrames. It provides the order and relationships between the framesFrames.
Frames are the building blocks of scriptsScripts. Imagine an authored script Script as a presentation, and each frame Frame is a slide. Frames are where you control the specific actions that happen in a scenarioScenario. It could be a message appearing, media playing, item interactions, and assets becoming available through spawning.
Resources are the items on each slide where you add and configure the content. Screen message, audio, use, and Move Object are a few examples of resources that can be authored. Think of a screen message resource Resource where you enter text and add an image or an audio resource Resource where you upload and attach the sound that will be played, how loud it is, and if it loops or not.
You will often want the content to launch in a structured and organized flow. This can be accomplished by using a Condition. A Condition is a requirement that the script must meet before the next thing can happen. An example might be a screen message that must be closed before the audio instructions play. Closing the screen message is the condition Condition in this case.