How-To Guide

CLASS 1
68
Loop and Random Numbers
How to Code a Wiggly Lizard Robot
For the lizard robot to activate well, it needs some time to wait before moving left motor after the right motor.
This sequence is different from the one before. We will set the lizard robot’s motor to activate, wait 1 second, and
activate again.
First, drag ‘Reapeat 10 times’ block to your code.
Repeat x 10
Choose left
Choose right
Need time for the
player to move
Program off