Scratch Video
Beginner
40 mins
Teacher led
What you need:
Chromebook/Laptop/PC or iPad/Tablet

Scratch Tutorial

This lesson guides teachers through introducing their students to Scratch, a coding platform. Teachers will explain what coding is, show a Scratch tutorial video, and guide students through creating their first project. This includes making a sprite move, adding a loop, changing the numbers, and adding a backdrop.
Learning Goals Learning Outcomes Teacher Notes

Live Class Feed

This is a live feed of the latest activity by your students on this lesson. It will update in real-time as they work on the lesson.
Load previous activity

    1 - Introduction

    Welcome your students to the exciting world of coding! Explain to them that they will be using a platform called Scratch, where they can create their own games, animations, and interactive stories. Encourage them to imagine bringing their own characters to life, making them move, dance, jump, and more. Also, let them know that they will learn how to add beautiful scenes or backdrops to their projects. Make sure to create an atmosphere of fun and excitement for this coding adventure.

    Here are some prompts to help you introduce the lesson:

    • What do you think coding is?
    • Have you ever wanted to create your own game or animation?
    • What kind of character would you like to bring to life?
    • Can you imagine making your character move, dance, or jump with your own code?

    Remember, the goal is to spark their curiosity and get them excited about learning Scratch.

    2 - Introducing Scratch

    Welcome to the exciting world of Scratch!

    Next we're going to watch a short video that will introduce us to Scratch. As we watch, pay close attention to how the characters, or 'sprites', move around and interact. Think about how you might like to make your own sprite move. Maybe it could dance, jump, or even fly! After we've watched the video, we'll start exploring Scratch ourselves. So, let's get ready to dive into this fun coding adventure!

    3 - Open the Scratch website

    Now the students are ready to try our scratch themselves. Get the students ready with their devices and go to the Scratch website:

    scratch.mit.edu

    Students (with your help) need to:

    1. Turn on their device
    2. Open a web browser
    3. Go to the Scratch website:
      1. Go to the URL scratch.mit.edu
      2. or search for 'scratch' in a search engine and open the website that way

    Once all the students are on the Scratch website, get them to click on the 'Create' link at the top of the page. This will open up the project editor.

    Sometimes a small tutorial box will open. Just get the students to close this by clicking on the X at the top right of the tutorials box.



    4 - Make the cat move

    Now let's add our first piece of code. We are going to add some code to give the cat sprite some instructions to move.

    Get the students to open the Controls toolbox (orange circle) and drag the

    when green flag clicked

    block into the code area. Next get them to open the Motion toolbox (blue circle) and then attach the

    move (10) steps

    block to the when green flag clicked block. 

    Once they have added those two code blocks, get them to click on the Green flag to run their code. Each time they click the green flag, their code will run and the cat should move a little to the right.


    5 - Turn the Cat

    Now, let's make our cat sprite turn a little. We will add a new block to our existing code.

    First, open the Motion toolbox (blue circle) and find the

    turn cw (15) degrees

    block. Drag this block and attach it under the

    move (10) steps

    block in your code area. Your code should now look like this:

    when green flag clicked move (10) steps turn cw (15) degrees
    Once you have added this block, click on the Green flag to run your code. Watch how the cat moves and turns a little each time you click the green flag. This is because we have instructed it to move 10 steps AND turn 15 degrees clockwise every time the green flag is clicked.


    Unlock the Full Learning Experience

    Get ready to embark on an incredible learning journey! Get access to this lesson and hundreds more in our Digital Skills Curriculum.

    Copyright Notice
    This lesson is copyright of DigitalSkills.org. Unauthorised use, copying or distribution is not allowed.

    Scratch is developed by the Lifelong Kindergarten Group at the MIT Media Lab. It is available for free at https://scratch.mit.edu
    🍪 Our website uses cookies to make your browsing experience better. By using our website you agree to our use of cookies. Learn more