TV on a Rolling Cart

How to Make a Catch Game in Scratch

From Scratch

How to Make a Catch Game in Scratch
7 min2nd3rd4th5thTechnology
access

Summary

A project tutorial building a falling-object catch game: items drop from the top of the stage and the player moves a sprite left and right to catch them, with a score variable that goes up each catch.

Viewer safety

All ages
Common Sense Media — not yet ratedIMDb Parents Guide — not yet rated

Our rating is a quick teacher-to-teacher guide — preview before showing.

Teaching resources

Discussion questions

Discussion

This video builds a game where you catch falling objects to earn points.

  1. What variable keeps track of the player's score?
  2. What block checks whether the player caught the falling object?
  3. What would happen if you sped up how fast objects fall?

Quick work-a-long

Words to know: score, variable, touching.

Try it: Create a score variable and add a block that adds 1 to it whenever two sprites touch.

How to Make a Catch Game in Scratch — TV on a Rolling Cart