🎮 Learn how to create a jumping game in Scratch with moving obstacles.
🐣 Choose a character and backdrop, and use Scratch blocks to make the character jump.
⏹️ Learn how to stop the game and add more obstacles.
🔊 By adding a sound effect, such as a bird chirping, our character's jump can be enhanced.
🥚 To create a moving obstacle, we can choose any object, like an egg, and make it smaller in size.
⏭️ The obstacle can be programmed to start on one side of the screen and glide to the other side using the 'go to x and y' block.
📌 Drag the egg sprite to a specific spot and use the go to block to update its position.
🏞️ Use the glide to X Y block to make the egg sprite smoothly glide across the screen.
🐣 Put the gliding block in a forever loop to make multiple eggs continuously glide across the screen.
🛑 Stopping everything in the project with 'stop all' block
🐣 Making the chick stop the game when it touches the egg
🚧 Fixing the issue of the chick getting stuck in the air
🔁 Adding more obstacles by duplicating the egg
🥚 The first and second eggs glide simultaneously, so we need to space them out.
👻 The second egg is initially hidden and then shown after waiting for one second.
🔢 A score variable is created to keep track of the player's score.
🎮 Create a jumping game in Scratch using the provided tutorial.
✨ Customize the game by adding multiple obstacles and changing the backdrop at a certain score.
🖐️ Reset the player's score to zero when they lose and the project restarts.