Users Manual

SCRATCH CODING KIT
Intro to conditional sentences
Windmill using conditional sentences
Our goal is to activate the motor with the spacebar.
Let’s look at the picture!
To start the program, bring the ‘if or else’ block under the green flag block.
Space Bar
Program off
Program
on
Yes
Was the
spacebar
pressed?
No
Turn off the
motor
Turn on the
motor
STOP