Hide & Seek game - Try to catch the characters with your mouse This teaches us about - Hiding & showing characters, including layers (who's in front) - A score, to learn about Data (variables) - And duplicating characters and code
To build up: 1. Bring in a background and a character 2. Make the character hide and show (forever, with a wait). Move to a random location each time. 3. If clicked, say "You got me" with a sound. Say "Can't catch me" first. 4. Second character, duplicate the code (copy across) 5. Bring in a tree (resize,position). Go to front. Copy those trees (the whole sprite, not just the code). 6. Score - create a data varb, set to 0 and increase when clicked. Time-permitting - Costumes - start at normal one, change if caught - Add a winning score (if you get to 10 Stop All)