Users Manual

SCRATCH CODING KIT
Practice Using Conditional
Sentences and Loop
If we want the program to keep checking, it would look like this.
We will make the program wait 1 second and check
again. Then, we have to use an infinite number of
blocks!
This is the perfect time to use ‘infinite repetition’.
Now, the program will automatically keep
checking if the spacebar is being pressed or not.
Let’s see what change this brought to the motor’s
movement.
‘If or else’ and infinite repetition