Computer Science - Block-Based Programming - Creating games and animations - Build a Catch Game
Step-by-step game creation guide. Step 1 'Setup': Create variables: score (set to 0), timer (set to 30). Player sprite (bowl/basket) at bottom. Falling item sprite (apple/star). Step 2 'Player Movement': [when green flag: forever: if key right pressed then change x by 10, if key left pressed then ch