Getting Started Guide

SCRATCH CODING KIT
Coding Activities
Using “Waiting” Block
Are you still having problems?
Don’t worry! Check out how the code you have to make appears. Let’s make it so that the system below repeats.
Within the program, the “waiting” block will not activate the program until the left infrared sensor is pressed.
Therefore, if the left infrared sensor is not pressed, the “waiting” block will pause the program.
Strat the
program
True
Wait until the left
infrared sensor is
properly pressed.
Is the right
infrared sensor
properly pressed?
False
DC motor
operation
Turn off the
DC motor
Don’t give up!