Loop while condition is true option

This option will play the sub-set of actions in the loop while the OpusScript statement(s) remains true:

image\Action_Programming_Loop_Condition.jpg

In this illustration, loopFinished is a variable, the loop will continue to play until the value of the variable changes from false to true.

Close