Activity: Bend in the Road
I'M FINISHED WITH HOUR OF CODE!

STEP 3: This time the turtle will need to move forward and turn in order to reach its goal!

  • Go to and drag out Move Forward. Change the number to 1.
  • Still in , find Turn Right and drag it into your code.
  • Drag out another Move Forward command. Change the number to 1.

Programs run in order from top to bottom, so make sure your commands are in the correct order!

Support