...
An Inspector appears when you click the object it is anchored to. Inspectors must be anchored to something in the scene (a scene anchor or a scene object.) Once the media item appears, it will automatically play for the duration of the media.
The Inspector is persistent and when the learner views the message and clicks “OK” the Inspector remains on the object and can be clicked on again.
To stop the Inspector, use a Deactivate Resource or an End Script Resource.
Position of Screen Media Inspector
The screen does its best to get out of the way and position itself so you can see it. Inspectors start above the object, then may move some more if it detects any collisions.
Inspector - Required Fields
...
Field Name | Description |
---|---|
Targets | Specifies the object in the scene that the panel will attach to. This must be a Scene Object. |
Media | Specifies the media item to be displayed. |
...
Field Name | Description |
---|---|
Title | The title of the media will display for the learner in the header of the panel. |
Playback Properties | Sets any playback properties of the media. |
Loop | Check if you want the sound to repeat. |
Pitch | Adjust the pitch of the sound file. |
Volume | 0 to 1, 1 is the default. |
Start Position | Customize the starting position of the media. |
End Position | Customize the end position of the media. |
Close when Complete | When chosen will emit a Close event when the media item is complete. |
Close Delay | Delay the close of the media. |
Inspector - Events
...
Example in the Headset of Inspector
In the Motive Lab, when the learner clicks on the ? they will see a video.
In a setup frame, I’ll add the scene object I want to attach the Media to
In the next frame, I’ll add the Inspector Screen Media resource and fill it out:
View file | ||
---|---|---|
|
In the headset, the learner will see the icon:
...
When they click on the icon, they will see the video:
...
Once the learner clicks “OK” the icon remains on the glasses and they can click on it again.
...
Screen Media Playable
A Playable is intractable - the learner can accept the message and close the panel even before the media is complete.
...