instead of loops counting up from 0, is it possible to have them count down from a higher number such as 16?
Hey man, Sure, you just “squash” the math down by using an expression like setting a value at the start of each loop… Set Global Value A: 16 – LoopIndex(“thisloop”)