Scratch Lab 6

Max Speed

Click HERE to go to site

Etch a Sketch

Click HERE to go to site

  1. An if statement will trigger an event if a condition is met, and will do nothing if the condition isn't met. If then statements will trigger an event if a condition is met, and will trigger a seperate event if the condition isn't met.
  2. Yes. A simpler way to write this "move 10 steps" then "if mouse = 0, say 'my mouse is at zero.'"
  3. This statement applies to all non seniors on the soccer team, and all people in band.
  4. By replacing the and with or, this statement now applies to all people on the soccer team, regardless if they are a senior or not.
  5. The conditional would be 'if (number)mod(15)=0, then do something.'