Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

For an overview of Resources, click here.

Overview

The Scene Object resource creates a reference to an object in the scene. This reference can be used within a script by other resources.

Required Fields

Field Name

Description

Object

Specifies the scene object catalog item to create a reference from.

Optional Fields

Field Name

Description

Parent

It can be useful to use Parent/Child relationships to distinguish between Scene Objects with the same name.  Let's say there are 12 Jigsaws in the Workshop with 12 blades.  Instead of naming each blade, it can be the Jigsaw Blade (child) of the First Jigsaw (parent).  Next would be the Jigsaw Blade (child) of the Second Jigsaw (parent), etc.  By using the parent identification, we can highlight the appropriate Jigsaw Blade, based on the parent.

Events

Open and Activate.

Example

In this scene, I have a character Stacey and she will be sitting down in a chair.  Both Stacey and the chair need to be added to this script as scene objects so that I can create the interactions.  

It's suggested as a best practice to organize all of your scene objects in one frame to keep things organized.

  • From the resource pane, drag and drop the Scene Object Resource into your frame.

  • From the Object dropdown, choose the appropriate item.

  • Add as many as necessary to build out this script.

  • No labels