Scratch Activities: by Richard Wiktorowicz Moorefield Girls High
Scratch Activities: by Richard Wiktorowicz Moorefield Girls High
Scratch Activities: by Richard Wiktorowicz Moorefield Girls High
Version 1.0
by
Richard Wiktorowicz
Moorefield Girls High
richard_wiktorowicz@yahoo.com.au
These worksheets may be freely used, on the condition that, if you have developed your
own Scratch activities, please email me so they can be added to this resource.
Page 1 of 21
Page 2 of 21
5. This script alternates costumes and sounds. Modify so that your script in 4
(above) also changes costume as well as sound.
6. Here is a script with two Sprites one that says Marco the other one Polo.
Modify it to a cat with a meow and a dog with a bark counting.
Page 3 of 21
4. Modify the script so that each Sprite counts by 1 and says the new counter i.e. 1,
2, 3, 4 then 5, 6, 7, 8 and so on. Each Sprite plays a different sound after saying
the number.
5. Modify the script so that each Sprite hides after doing its stuff and shows itself for
the next round.
6. Change the script to 6 Sprites counting, making sounds and disappearing.
Page 4 of 21
2. The ball flies from Sprite1 and stops when it gets to the edge of the screen
3. This is how they do it. I shrank both Sprites so your
different.
will be
4. Modify the script so that Sprite2 makes a sound as it travels across the screen
5. Modify the script so that ball bounces off Sprite3 back to Sprite1 and plays a
different sound when returning to Sprite1. Start with this. Script on next page.
Page 5 of 21
6. Modify the script so that Sprite4 is in between and the ball travels from Sprite1 to
Sprite4 to Sprite3 and so on, in a loop. Use three different sounds.
Page 6 of 21
Costume 2
Costume 3
Costume 4
Costume 5
Costume 6
Page 7 of 21
Costume 7
Costume 8
Costume 9
Page 8 of 21
Page 9 of 21
and
Page 10 of 21
so it looks like
10. And finally lets be random replace the bottom bit with and include in the forever
loop.
Page 11 of 21
Costume 2
Costume 3
Costume 4
Costume 5
Costume 6
Page 12 of 21
Sprite 1
Page 13 of 21
3. Add a costume of the rockets firing on descent and after take off.
4. Add different sounds for descent and take off.
5. Change it to two rockets, one lands waits for the second one and they both take
off together.
Page 14 of 21
6. Change it to three rockets, one lands waits for the second, they both wait for the
third one to land and they all take off together.
Page 15 of 21
6. Do the balls seem to change colour as they move between black and white
Page 16 of 21
2. Import the Sprite from the Student Files/IST Folder and change it to your
favourite colour.
3. Here is a script that allows you to control the
Page 17 of 21
Sprite
4. When you place the Sprite on your screen, look at the top of the screen, which
will give you the x and y coordinates of the Sprite at the beginning of the script.
Set your script to this value.
5. The problem at the moment is that you can walk through walls. You need to stop
when the Maze Sprite and the Dot Sprite touch.
6.
In the script below, the game will end when you touch an edge. This means it
will also be a game of skill to avoid touching the edges. Modify the script as
shown below.
Page 18 of 21
at beginning and
Page 19 of 21
at finish. Play
2. Import the Paper, Rock and Scissors Sprites from the Student Files/IST Folder.
3. Import the Paper Wins, Rock Wins and Scissors Wins Sprites from the Student
Files/IST Folder. Add the text
to each of the required
Sprites
4. Create a
Sprite
5. Rename all your Sprites with the appropriate names from the grey picture at the
top of the page.
6. The Rock1 Sprite has 3 scripts.
Page 20 of 21
8. Write the two scripts for Scissors1 to go in the bottom corner when clicked
generates a random number and glides into the centre.
9. This is the script for
10. Write the script for Paper2, which only reacts when the random
number is 2. The broadcasts are different because its Paper this
time.
11. Write the script for Scissors2, which only reacts when the
random number is 3. The broadcast are different because its
Scissors this time.
12. This is the script for Paper Wins
Page 21 of 21