You can already work in Scratch and make sprites appear and move. Today you will build Red v Green v Blue: a race of coloured dots that clone, move and infect each other.
Before you run the finished project, think: which colour do you expect to win, and why might that change if you run it again?
You will predict, build step by step, run, and fix as you go.
Create a new Scratch project and delete the cat sprite
Create a new sprite by clicking on the paintbrush, this will open up the sprite editor. To draw draw a red circle, follow these steps:
We now need to create two more costumes for this sprite, a green circle and a blue circle.
Duplicate the red costume twice and then use the paint bucket tool to change the colour to blue and green.
Don't forget to name the costumes 'blue' and 'green'!
Now that we've created our sprite, let's start coding!
We're going to code 100 dots to appear so we need a variable to let us count to 100. Using the Variables toolbox create a 'count' variable.
Add the following code to your sprite to start 'count' at 0.
when green flag clicked
set [count v] to [0]
You're previewing this lesson. Get full access to this lesson and hundreds more — each one ready to teach, with interactive activities, printable resources and pupil progress tracking built in.