An explanation of what Events do
Widget Connector | ||||
---|---|---|---|---|
|
If the video is too small, mouse over the bottom right and click on the fullscreen icon after you hit play.
...
About Events
...
Panel | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Deep Learning on Events is found in Motive Academy. Click here to see the course this lesson is in. |
Quick Links
Table of Contents | ||||
---|---|---|---|---|
|
Definition
Events are created in Frames. Events occur throughout a scenario (some automatically, some authored). Authors can use these events to dictate what happens when.
Use
...
Scripts are comprised of several parts that work together to form a narrative. Frames are contained within the Script and they hold the Script content. One or more Frames holds the Resources, Events, Conditions, and Variables that are all parts of a Script.
Events occur throughout a Scenario (some automatically, some authored) and can be used to track progress and control scenario Scenario flow. Events are automatically emitted by resources Resources (like, "an action is complete") or events Events can be created by the author (these are called custom events). Authors can use these events Events to dictate what happens when. For instance, you can create a sequence that says "When this avatar finishes talking, start the next part of the scriptScript".
Events and Conditions can be powerful together. An example of this is Frame Preconditions. Frames can have a Precondition that listens for a specific Event. Once this Event is emitted, the Frame’s Precondition will be satisfied, and the Resources within that Frame will begin their processing. You can set this up using the Event Link Shortcut. When viewing a scriptScript, you will see the events link (or blue + symbol) Event Link Shortcut at the bottom of the main pane. When you click on this, you will see the events Events that you can create:
...
Location
You’ll find the Events tab to the right of the Script editing pane:
...
Anatomy
...
A. Custom Events are listed here. These are Events that you have created which can manipulate various other frames Frames and scripts Scripts depending on the custom event Event activating. Global events are events
B. The Add New button is used to create Events.
C. Global events are listed here. These are Events that can be saved and used across all your scripts:
...
Event Listeners
Frames can have a Precondition that listens for a specific Event. Once this event is emitted, the Frame’s Precondition will be satisfied, and the Resources within that Frame will begin their processing.
To create an Event Precondition for a Frame you can create an Event Listener to navigate to the Resource whose Event the Frame will wait upon.
The most common Event Listeners areScripts.
Creating Events
See the articles below for instructions
Create a Custom Event
Create a Frame Precondition
Create a Global Event
Common Event Types
See the articles below for the most common Events:
...