6. Control
Control code blocks are responsibile for directing the flow of your code and program.
6.1. Waiting
You may force your program to wait.
6.2. Loops
To make your program repeat something over and over, use the following loops.
6.3. Conditionals
Conditionals are responsible for decisions.
6.4. Stopping
You may stop your program using the following code blocks.
6.5. Clones
You may also listen for clone events. Cloning is the act of copying and creating a new object from another.