| Pauses the script for the amount of time. |
| A loop that repeats the specified amount of times. |
| A loop that will never end unless the Stop Sign is pressed or the script is stopped. |
| Checks the condition so that if the condition is true, the blocks inside it will activate. |
| Checks the condition so that if the condition is true, the blocks inside the first C will activate and if the condition is false, the blocks inside the second C will activate. |
| Pauses the script until the condition is true. |
| A loop that will stop once the condition is true. |
| Stops the scripts chosen through the drop-down menu. Can also be a stack block when “other scripts in this sprite” is chosen. |
| It activates in a clone when it gets created. |
| Creates the specified clone. |
| Deletes a clone. |