Control
Repeat:
Repeats the blocks inside for the specified number.

Forever:
Repeats the blocks inside forever

Must be used with a stop block or the app will crash.
Stop:
Stops a forever and repeat block

If then:
If the specified value is true, the blocks inside will run.

If then/else:
If the specified value is true, the blocks in the top half will run. Else, the blocks in the bottom half will run.

Last updated
Was this helpful?