Your First Look at the Storyflow Script Editor Guide

Deep Learning on the basics of Storyflow is found in Motive Academy. Click here to see the course this lesson is in.

Scripts

Scripts are the building blocks of Motive-powered training scenarios. Scripts, when bundled with the Media files and other assets they call on, are what gets sent to the headset or mobile device to make 3D scenes interactive.

Scripts are comprised of several parts that work together to form a narrative. 

See an Overview of Scripts here.

Frames

In the left-hand column, you see a high-level overview of the Frames that make up a Script. Frames have a hierarchy, meaning those on the top level will run before their associated child frames. Manipulation of the Frame hierarchy is one way to control the flow of Events in a Script and Scenario.

See an Overview of Frames here.

Resources

Resources are the building blocks of a Frame. They are what allow you to add interactivity to the scene. Elements such as learner interactions, character dialog, screen messages, media, and assessments can all be added to a Script using Resources.

 

Events

Events occur throughout a Scenario (some automatically, some authored) and can be used to track progress and control Scenario flow. Events are automatically emitted by resources (like, "an action is complete") or Events can be created by the author (these are called Custom Events). Authors can use these Events to dictate what happens when. For instance, you can create a sequence that says "When this character finishes talking, start the next part of the Script". 

Conditions

Conditions are used to control the timing and order that Frames in a Script will open and run. If a Frame does not have a Condition, it will always open and the Resources in the Frame will run. With a Condition added to the Frame, the Frame will only open and run when the Condition is true. Some common Conditions are:

  • Object Event: check if this Event occurred, if yes, open this Frame.

  • Variable comparison: if the value of the Variable matches the desired value, open this Frame.

  • Timer: Open this Frame after a set time has passed.

 

Variables

Storyflow Variables may be used in two different ways:

  • They can give the author precise control over tracking and monitoring progress and remembering decisions and actions.

  • They can be used with dynamic content to serve up to have a Scenario that adapts to unique conditions in a learner's experience.

 

Related Articles

Your First Look at the Storyflow Projects Dashboard Guide

Structure of Storyflow Workspaces, Projects, & Scenarios Guide