Users Manual

SCRATCH CODING KIT
Experiencing the LED SENSOR
‘If’ phrase
Make the script below
With this code, the led sensor will turn on if you close the left button sensor. The led sensor will turn off if you
close the right button sensor.
If you cover both of the sensors, the led sensor will start flashing.
Study the script and find out why!
Yes
Yes
Is the left
button sensor
pressed?
Is the right
button sensor
pressed?
Yes, turn off
LED
Yes, turn off
LED
wait 1 sec
wait 1 sec
No

Summary of content (50 pages)