Bring your character across the busy road and across the river using the logs. This introduces: - Cloning, to repeat the buses and logs - Some Blocks, to simplify repeating code (game over) - And more chance to practice If loops, Data (for speed) and Random numbers
To build up (this might take two classes!) 1. Create the background - it needs to be pretty precise to allow for equal 40-point jumps from the character... (use grid background to help) 2. Bring in a truck - start on bottom lane and repeat three times to clone. Note hide and show, and 1 sec wait. 3. Now make each clone move - variable random speed (x200) 4. Make that forever, with a short delay. 5. Draw a log and use same code (copy it over). Adjust starting point and speed (now negative). 5. Bring in character - resize, and give basic movement with 40-point jumps. 6. If touching bus (sprite) or water (color) then game. - Note water (blue) without log (brown)! 7. If touching end colour then win (bring in clapping sound). 8. And drift if on a log Time-permitting: - Use block for a shared Game Over effect - Add some sound effects - Change costumes