Users Manual

SCRATCH CODING KIT
Experiencing the button sensor
Coding the windmill using the button sensor
The flowchart will be the same with only some little differences
If you press the button, the motor will turn on. If you don’t, the motor will turn off!
Check Again!
Program
start
True
is the button
sensor true or
false?
False
Turn on the
motor
STOP
Check Again!
Turn off the
motor