- www.mycodingclasses.com
Starts scripts when the broadcast message is received.
- www.mycodingclasses.com
Control blocks make things repeat, wait, or stop.
- www.mycodingclasses.com
Makes the script pause before doing the next block.
- www.mycodingclasses.com
Loops the same set of blocks again and again.
- www.mycodingclasses.com
Keeps running the same steps until the project stops.
- www.mycodingclasses.com
Runs blocks only if a condition is true.
- www.mycodingclasses.com
Runs one thing if true, something else if false.
- www.mycodingclasses.com
Holds the script until a condition becomes true.
- www.mycodingclasses.com
Repeats actions until the condition becomes true.
