Users Manual

SCRATCH CODING KIT
Intro to DC Motor Coding
‘Wait’ Block
Now the windmill will stop after rotating clockwise for one
second.
How did the computer successfully carry out the orders? This is
the ‘sequence.’ It’s when the computer does what it was told to
in order from top to bottom.
Rotate Motor4 clockwise
Stop Motor4
The user can also change how long the motor works. Edit the
number of ‘Wait’ blocks just like the picture below. Try it!
Wait 1 second