5. Start Coding in Scratch with Fun Scratch Projects - Scratch Exercises for Kids

 1. Make the cat sprite fly in the direction of your mouse pointer

Step by Step Guidance to make the Sprite fly towards Mouse Pointer



Step 1: Navigate to Scratch and click “Create” to create a new project. 

Step 2: Select a fitting backdrop by clicking the “Choose a Backdrop” button in the bottom right corner.  

Step 3: Click the “Choose a Sprite” button in the bottom right, search for “cat flying,” and click on it.

Final Step: Add the following code to your program.


  • When green flag clicked – Events Block: The code will run when the green flag is clicked.
  • Forever – Control Block: The code inside this loop will run forever until the stop sign is clicked.
  • Point towards (mouse pointer) -Motion Block: This block to make our sprite to fly towards our mouse pointer.
  • Move (5) steps – Motion Block: This block of code makes our sprite move 5 steps each time it is run. If you want to make your sprite fly faster or slower, you can increase or decrease this value.

  • Next Fun Project is to make a sprite jump.  Let’s get started!

 2. Make a sprite jump

Do it to add the following code to your project.

  • When (space) key pressed: This block will run every time the space key is pressed. 
  • Next costume: We can change to the next animation of the sprite with this block. 
  • Glide (.2) secs to x: (x position) y: (y position + 50): The x value controls placement left to right, and the y value controls placement up and down. With this block of code, we tell our sprite to not change its left to right location, and to go up 50 units. If you want your character to jump more slowly or more quickly, you can adjust the .2 value up or down. 
  • Next costume: Same as before, we can change our sprite animation. 
  • Glide (.2) secs to x: (x position) y: (y position - 50): This block is the opposite of the previous glide block; it will have our sprite return to its original position.

"This Content Sponsored by Genreviews.Online

Genreviews.online is One of the Review Portal Site

Website Link: https://genreviews.online/

Sponsor Content: #genreviews.online, #genreviews, #productreviews, #bestreviews, #reviewportal"



Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.