Creating Your First Animation in Scratch Jr Desktop

Last updated: 25/10/2023
Creating Your First Animation in Scratch Jr Desktop

Scratch Jr is a great way to introduce young learners (and adults too!) to the world of programming and animation. Here's a step-by-step guide to help you create your first animation in Scratch Jr Desktop:

Getting Started

  1. Download and install Scratch Jr from the official website: https://www.scratchjr.org/
  2. Launch Scratch Jr on your computer (Windows or Mac).
  3. Create a new project by clicking on "File" > "New Project" or pressing Ctrl + N (Windows) or Command + N (Mac).

Understanding the Interface

The Scratch Jr interface is divided into several sections:

  1. Stage: This is where your animation will play out.
  2. Sprites: These are the characters or objects that will appear in your animation.
  3. Scripts: These are the code blocks that you'll use to program your sprites' behavior.

Creating Your First Animation

Let's create a simple animation of a cat moving across the stage:

  1. Create a new sprite: Click on the "Sprites" tab and then click on the "Paint New Sprite" button.
  2. Draw your sprite: Use the drawing tools to draw a simple cat shape (e.g., a rectangle with ears and whiskers). You can also use pre-made shapes or images from the "Library" tab.
  3. Name your sprite: Double-click on your new sprite to rename it, e.g., "My Cat".
  4. Create a script: Click on the "Scripts" tab and then click on the "New Script" button.
  5. Add code blocks: Drag and drop the following code blocks onto the script area:
    • Move 10 steps: This will make your cat move across the stage.
    • Turn Left 15 degrees: This will turn your cat's head to face left.
  6. Repeat the movement: To create a continuous animation, drag the Move block and repeat it several times (e.g., Move 10 steps, Turn Left 15 degrees, Move 10 steps...).
  7. Save your project: Click on "File" > "Save Project" or press Ctrl + S (Windows) or Command + S (Mac).

Running Your Animation

  1. Select the script: In the "Scripts" tab, select the script you created.
  2. Run the animation: Press the "Green Flag" button or click on the "Run" button to start the animation.

Congratulations! You've just created your first animation in Scratch Jr Desktop!

Tips and Next Steps

  • Experiment with different code blocks and combinations to create more complex animations.
  • Use the "Variables" tab to store values and create interactive elements (e.g., scorekeeping).
  • Explore the "Costumes" tab to change your sprite's appearance or add costumes for multiple animation states.

I hope this helps you get started with creating engaging animations in Scratch Jr!

Thank you for reading! If you have any questions, drop us an email: workbookscratchjr@gmail.com