Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

An explanation of what Events do

https://vimeo.com/504870999

For full screen please view on Vimeo at this link

Image Modified

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.

...

Table of Contents
minLevel1
maxLevel7

Video Overview

...

For full screen please view on Vimeo at this link

About 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 avatar finishes talking, start the next part of the script". 

When viewing a script, you will see the events shortcut link at the bottom of the main pane.  When you click on this, you will see the events that you can create:

...

...

Events Pane

You’ll find the Events tab to the right of the script editing pane.

...

A. Custom Events are listed here. These are Events that you have created which can manipulate various other frames and scripts depending on the custom 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 .

Creating Events

  1. Click on Events tab

  2. Click Add New

  3. Give Event a name

  4. Check the Global Checkbox if you want to use this event across all of your scripts in the Project

  5. Click the checkmark icon to save

Common Event Types

The most common Events are:

Activate

Open

Close

Complete

...