Scratch Lab 6
Max Speed
Click HERE to go to site
Etch a Sketch
Click HERE to go to site
- 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.
- Yes. A simpler way to write this "move 10 steps" then "if mouse = 0, say 'my mouse is at zero.'"
- This statement applies to all non seniors on the soccer team, and all people in band.
- 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.
- The conditional would be 'if (number)mod(15)=0, then do something.'