If you want a simulation to play continually, you can accomplish this through leveraging actions and a variable with Capture.

Once you create your simulation, you will want to tie a variable to the simulation. This let's you determine what step the simulation is on.

 

Now you need to add in some actions to trigger playback and resume when the Capture reaches the end of its steps.

First add an action to play the simulation when the variable is 1.  1 is always the first step in your Capture simulation. 

  1. Interact -> Triggers -> When Variable is Changed
  2. Pick the variable tied to your Capture Simulation
  3. Pick = and set the number to 1
  4. Apply the action

 

Second add an action to reset the simulation when the variable is at your last step.  In this image the last step was step 5. 

  1. Interact -> Triggers -> When Variable is Changed
  2. Pick the variable tied to your Capture Simulation
  3. Pick = and set the number to the last step in your sim
  4. Apply the action

 

That's it! With the variable tied to your Capture Simulation you can trigger all sorts of actions based on where a user is in the simulation.

  0     0

Similar Projects

Questions  ( 0 )