- ✕This summary was generated using AI based on multiple online sources. To view the original source information, use the "Learn more" links.
Creating a chase game on Scratch is a fun way to learn about using multiple sprites, if statements, and keeping score. Here's a step-by-step guide to help you create your own chase game.
Step 1: Set Up Sprites
Open Scratch and create a new project.
Add two sprites: one for the player and one for the chaser.
Step 2: Player Movement
Select the player sprite.
Add the following code to make the player move with arrow keys:
when green flag clickedforeverif key "right arrow" pressed?change x by 10if key "left arrow" pressed?change x by -10if key "up arrow" pressed?change y by 10if key "down arrow" pressed?change y by -10Copied!✕CopyStep 3: Chaser Movement
Select the chaser sprite.
Add the following code to make the chaser follow the player:
when green flag clickedforeverpoint towards [player v]move 5 stepsCopied!✕CopyStep 4: Keeping Score
Create a variable called "Score".
Add the following code to increase the score when the player is caught:
Create a Chasing Game on Scratch - YouTube
Watch full videoFeb 20, 2020 · This is a very simple instruction for making a chasing game on Scratch. This is a good introduction for using multiple sprites, if statements, and keeping score.
- Author: Seth Ponder
- Views: 58.6K
Chase Game Tutorial in Scratch : 4 Steps - Instructables
- Step 1: Adding and Coding a Moving Character. you will first need a sprite! a …
- Step 2: Making a Running Away Character. This is a pretty simple job! first, we …
- Step 3: When the Characters Touch. Now, we want it so that when the first …
- Step 4: Style It Up and Publish It! Now Let's style this up and make it look …
How to Create a Chase (Shark) Game on Scratch
Jan 24, 2024 · We love Scratch as one of the best resources for kids who want an easy and fun way to be introduced to coding. In this lesson, we …
SHARE 10 minutes First, gather as a group to introduce the theme and spark ideas. Next, help participants as they make chase games, working at their own pace.
Scratch Programming Tutorial - Chase Game - Coding Deciphered
- Move With Arrow Keys. Learn to move a character around on a screen using arrow keys. This …
- Cloning. Learn how to clone (create copies of) a character and how to program the clones to …
- Interactions and Sound. This Scratch tutorial covers how to control what happens when a …
- Keeping Score. Learn how to use a variable to keep score. This Scratch tutorial covers what a …
- Add a Timer. Learn how to use a variable to create a timer. This Scratch tutorial covers …
Make a Chase Game with Scratch 3.0 – 4th & 5th …
In this introductory Scratch activity, students are guided through the Scratch 3.0 tutorial called, “Make a Chase Game.” This activity is designed for …
- People also ask
How to make a chasing game in scratch? - Games Learning Society
Sep 22, 2024 · Are you ready to create a thrilling chasing game in Scratch? Look no further! In this article, we will guide you through the process of making a chasing game from scratch. With …
How to Make a Simple Scratch Coding Chase Game …
In this quick, fun, easy tutorial for new Scratchers, we will be learning how to make an addictive Chase Game where your main player has to collect the …
Choose the backdrop to switch to. block (from the Operators category). Choose a sound. Click the green flag to start the game!
Scratch Workshop for Educators
The document provides an educator guide for a one-hour workshop to teach participants how to create a chase game using Scratch. It suggests the …
