Make a character jump over moving obstacles.
When the player hits the Space Bar, have the chick go up and then back down (negative number)
Set the starting point for your sprite.
Make an obstacle move across the Stage. First choose a sprite such as 'Egg'.
Put these blocks inside a forever loop in a Flag event.
Play a sound when your sprite jumps. Go into your chick sprite and add a start sound block just after Space key pressed
Stop the game if the sprite touches the egg.
We need to make sure that the first costume is the default, and when the chick is touching the egg, then it switches costumes to the broken one and the game ends. Do this in a new Flag event.
Make the game harder by adding more obstacles.
Add these blocks to wait before showing the second egg.
Add a point each time your sprite jumps over an egg.
Go into the Chick sprite and add to the Flag event - make sure the game always starts with a score of 0.
In the Space event, add a change score so it goes up by one point when the chick jumps.