Control
Blocks in this category organize the flow of scripts. They dictate when scripts start and provide functions to loop over blocks or only execute blocks in certain cases.
Example
Definition
Wait until

Example
Definition
Forever

Example
Definition
Repeat

Example
Definition
Repeat until

Example
Definition
For loop

Example
Definition
If statement

Example
Definition
If – else statement

Example
Definition
If-then-else statement

Example
Definition
Report

Example
Definition
Stop

Example
Definition
Run

Example
Definition
Launch

Example
Definition
Call

Example
Definition
Tell

Example
Definition
Ask

Example
Definition
Run with continuation

Example
Definition
Call with continuation

Example
Definition
When the sprite starts as a clone

Example
Definition
Create a clone

Example
Definition
A new clone

Example
Definition
Delete this clone

Example
Definition
Pause all

Example
Definition
Last updated
Was this helpful?