Versions Compared

Key

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

For an overview of Resources, click here.

Panel
panelIconId1f393
panelIcon:mortar_board:
panelIconText🎓
bgColor#4C9AFF

Deep Learning on Resources is found in Motive Academy. Click here to see the course this lesson is in.

Table of Contents

Overview

The Replay Frame resource Resource causes the script Script to play again at a specific frameFrame. This can be used to loop or replay certain sections of the scriptScript.

Required Fields

...

Field Name

Description

Frame

Specifies the target

frame

Frame in a

script

Script to be replayed.

Optional Fields

Field Name

Description

Timer

Specifies the amount of time to wait before replaying the

script

Script.

Max Replays

Specifies the number of times this resource can replay a

frame

Frame.

Close Frame when Done

After replaying a

frame

Frame, the

frame

Frame to which this

resource

Resource belongs is deactivated.

Events

None.

Example in the Headset

In the Motive Lab, the learner sees a Multiple Choice Question. If they choose the incorrect answer, I want to replay the Question again so that they can try to get the correct answer.

  1. I’ll add the Multiple Choice Question Resource and fill it out:

...

  1. If the learner gets the correct answer, I’ll play a positive Notification:

...

  1. If the learner gets the question wrong, they will see a Try Again message:

...

  1. After the Try Again message closes, I will Replay the Question so that the learner can try again:

...

This is the frame Frame structure for the above scripting:

...

Another example would be toggling lights on and off.  You can see that example here.

Related Resources

End Script Resource

Deactivate Resource Resource

Close Frame Resource