How-To Guide
SCRATCH CODING KIT
How to Make a Robot
Let’s make a transport robot that can move stuff around. Using scratch, it can move forward/backward and carry
stuff.
Two motors are used for the transport robot. It’s similar with the gunman robot. One motor will be helping the
robot to move forward/backward, and the other motor will help the robot to carry an object.
By coding the transport robot, you will be thinking about the sequence of its actions and code. We will be coding
it in order, so that it moves in a way you want.
Let’s go!
Transport Robot