When I Receive
0.0
(0)
- Starts scripts when the broadcast message is received.
- 877.334.2663
- joinus@mycodingclasses.com
Control Block
0.0
(0)
- Control blocks make things repeat, wait, or stop.
- 877.334.2663
- joinus@mycodingclasses.com
Wait
0.0
(0)
- Makes the script pause before doing the next block.
- 877.334.2663
- joinus@mycodingclasses.com
Repeat
0.0
(0)
- Loops the same set of blocks again and again.
- 877.334.2663
- joinus@mycodingclasses.com
Forever
0.0
(0)
- Keeps running the same steps until the project stops.
- 877.334.2663
- joinus@mycodingclasses.com
If Then
0.0
(0)
- Runs blocks only if a condition is true.
- 877.334.2663
- joinus@mycodingclasses.com
If Then Else
0.0
(0)
- Runs one thing if true, something else if false.
- 877.334.2663
- joinus@mycodingclasses.com
Wait Until
0.0
(0)
- Holds the script until a condition becomes true.
- 877.334.2663
- joinus@mycodingclasses.com
Repeat Until
0.0
(0)
- Repeats actions until the condition becomes true.
- 877.334.2663
- joinus@mycodingclasses.com
