Essential Question: How can I use conditional statements to create an adventure game?
Objectives:
Students will use conditional statements correctly to create an adventure game.
Students will use the ask and answer code to collect data from users.
Days on Project: 2
Do Now 1: Do now Scratch 3
https://docs.google.com/document/d/11rHcb3NMxbko1vVCxHy1jZ5XWFp2LcVRItUeg7W-oQw/edit?usp=sharing
Do Now 2: Do Now Scratch 4
https://docs.google.com/document/d/10ddPkFmIxC_6Uq_Xuz_zLYq1jnG8QLMf-GUQ0ix_HI8/edit?usp=sharing
Directions: Create a choose your own adventure game in Scratch. You can use stage background changes, broadcast messages, if and if else statements to make your game fun.
Requirements:
At least 5 conditional statements: if, if else
Collect data from the user either through buttons that they click or through the ask code.
Make the sprite move left, right, up, and down.
Have the sprite sense another sprite and react.
Do two stage background changes.