Points Covered: LOOPS

Loops are for Repeating Tasks.

  • They run for specific number of times
  • run forever
  • or for a specific condition (like sensor input)

You drag your command INSIDE the loop block.

Points Covered: SWITCHES

Think of this like a Flow Chart of  Yes/No  or  True/False  Questions.

Example:  If the Touch Sensor is Pressed, Display a Smiley Face.  If it is not Pressed, display a Sad Face.

TIPS: 

  • We found that if you needed to insert a Wait Block in order for it to go slow enough for you to see it.
  • If you are going around an object, the faster you go, the faster the robot goes off course.  Try 50% power.