[quote:2tlfk61m]
System | repeat [n] times
System | Create object on layer [l] at (0, loopindex * .height
System will repeat it n times:
Create the object (the brick) in the layer [l], at x = 0; y = loopindex * .height
while
n = brick count
l = layer
s = brick
x = starter x
y = starter y