Decompose what is happening in the playground scene. Play "Simon Says" and a "Game of Dice". Evaluate boolean conditions and test IF conditional statements.
Look inside Playground 3
What events are there?
Does the program make a decision?
Hint: What happens when Gobo and Scratch touch the ball?
DIRECTIONS: Click the green flag to start the animation
Use Dice Simulator at right
Complete Conditionals with Dice Handout
DIRECTIONS: Press the green Flag to roll the dice.
boolean(n):TRUE or FALSE, represented in binary as 1 or 0
condition (n): evaluates to TRUE or FALSE
conditional (n): a statement that only runs under certain conditions or situations