Can loops be reversed?

AnswerStackCan loops be reversed?
youthinkasido asked 6 years ago

instead of loops counting up from 0, is it possible to have them count down from a higher number such as 16?

1 Answers
Danny Staff answered 6 years ago

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”)