Scratch Game
Intermediate
45 mins
255 points
What you need:
  • Computer/laptop

Easter Egg Catch

How many Easter Eggs can you catch in this game?

1 - Introduction

This is a fun Easter Egg game where you have to try and catch the falling Easter Eggs. How many can you catch?


2 - Create a new Scratch project

Open the Scratch website, create a new project and delete the cat sprite.

https://scratch.mit.edu

3 - Add a backdrop

Choose a backdrop from the backdrop library and add it to your project.


4 - Add the Bowl sprite

In the game we will move a bowl left and right at the bottom of the stage to try and catch falling Easter Eggs.

Add the Bowl sprite from the sprite library and give it the following code.

when green flag clicked go to x (0) y (-140) // place it at the middle bottom forever if < key (left arrow v) pressed? > then change x by (-10) // move left end if < key (right arrow v) pressed? > then change x by (10) // move right end end


5 - Add the Easter Egg sprite

Included with this step is an Easter Egg sprite called 'easter-egg.sprite3'. Download the sprite to your computer and then upload it into your project as a new sprite.

Join our club 😃

To view the remaining 6 steps and access hundreds of other coding projects please login or create an account.

Copyright Notice
This lesson is copyright of Coding Ireland. Unauthorised use, copying or distribution is not allowed.

Scratch is developed by the Lifelong Kindergarten Group at the MIT Media Lab. It is available for free at https://scratch.mit.edu
🍪 Our website uses cookies to make your browsing experience better. By using our website you agree to our use of cookies. Learn more