My learning target: I can use events to control my code I can use sequence to control the order of my program I can use conditional statements to create branches in my code I can use loops to make parts of my program repeat.
This project shows how I use the event of the green flag click to start of my stack of blocks. I used sequence to make sure that everything happens in a logical order. I used a compound conditional to first check to see if the answer was red or blue. If that was true, then I test using conditionals for both red and blue. If the blue is true, we switch to the blue background. If the red is true, we switch to the red background. Finally, I use a loop in the else block. If the first compound conditional was false, then the program goes to the else statement. Inside the else, it sends us back to the start of the stack by broadcasting a message. This is how this projects shows that I engaged the big idea of control and used sequence, events, conditionals, and loops to control the flow of my program.