Scratch Lesson 05

Post date: Mar 1, 2017 5:49:19 PM

  • Basic Conditional Statements and Custom Variables Lesson Objective: demonstrate basic conditional statements and custom variables by using scratch to program an object to sense if it is touching another object, and if that condition is true, adjust the custom variable.understanding how an if statement handles a false condition

  • understanding how an if statement handles a true condition

  • understanding the frequency in which an if-then statement is used

  • demonstrate an understanding of comparison operators by comparing the values of custom variables to specified values

  • in other words, if the score is greater than 10, end the game and switch to you win screen. "Score" is the custom variable, greater than (>) is the comparison operator, and 10 would be the specified value.

  • Go to the 7th Grade Activity Backpack and download Scratch lesson 05 Ring the Bell