Loop Sequentials

To loop through a series of sequentials you need to use Begin Loop and End Loop sequentials.
This is very similar to a traditional For Block in programming.
Tip
Loop is different from the Repeat Options of Animation Sequentials. While Repeat is for repeating single sequential, Loop is for repeating a series of sequentials as a group.
Base Properties
To learn about the common Base Properties, please see Base Sequential
Loop Count
Every sequential between Begin Loop and End Looop sequentials will play a number of times which is defined in Loop Count.
It's possible to assign different kind of values to this property (e.g. directly, randomly, from variable).
Info
To learn more about assigning values with different options, see Value Assign
Delay Between Loops
How many seconds to wait between each loop.
End Loop

For every Begin Loop sequential, you need to add an End Loop sequential which defines the scope of the loop.
Warning
Nested loops are not supported.