Versions Compared

Key

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

...

Field Name

Description

World Objects

Specifies the objects in the scene to be modified

Property

Specifies the property to be changed.

There are two different types of properties that can be changed: Visibility, and Light properties.

The Visibility property, when unchecked, can make a scene object invisible. Though the object is still in the scene, it cannot be seen by the learner.

The Light property can be used to change the light properties of a light asset (will not work on other assets).  The author can adjust the light's intensity, color, and range.

Events

Open, ActivateComplete, Activate.

Using End Script Resource

If you use an End Script Resource in the same script as this resource, the Set Object Properties resource will close. For example, if you set an object up to be invisible and then there is an End Script Resource in the same script, the object will become visible again as soon as the frame with the End Script Resource fires. An alternative to using the End Script Resource is to create a custom event marking the end of the script and then use that event as a condition where needed in other scripts.

Examples

In the workshop scenario, I want to make the safety hat invisible to the learner and I want a green light to emit from the light fixture.   

...