Scratch Lesson 08

Post date: Mar 1, 2017 3:42:10 PM

Learning Objectives

understand conditional looping, being able to continue a loop until a condition is true or wait until a condition is true

understand the difference between a normal if statement and an if-else statement and how it can be used.

  • demonstrate understanding by programming the moveable object to change costumes when a key is down, but keep costume normal when the key is up.

  • understand the AND and OR operators and how they can be used to have multiple conditions tested at the same.demonstrate understanding by programming an object to sense if the space key is down AND if it is touching the object at the same time.

  • to demonstrate understanding by programming an object to move UNTIL it gets to the edge of the screen or until it touches another object

Download Scratch Lesson 08 Falling Bananas from the 7th Grade Backpack and open it.