Você está na página 1de 4

ERASMUS SCRATCH NAME: SPANISH TEAM

PROJECT

Working on Maths GRADE: 5th-6th

Game to practise the multiples of 7. DIFFICULTY FROM 1 TO 5: 3

Math Worksheet: Using scratch for drawing geometrical shapes


The purpose of the current worksheet is to present how we can use Scratch to create a
game to practise the multiples of 7. The players have to click on the multiples of 7.
When they click on a right number, they get one point and when they click on a wrong
one, they lose one point.

Scenario: The basic sprites are circles with numbers.

a) Describing the purpose of the scenario

1. Basic sprites in the scenario: circles


with numers inside.
2. We create the sprites using the
circle, text and fill tools in the
costumes area. We create as much
sprites as we want (multiples and non
multiples of 7)

3. Create the scoreboard.


a) Click on variables
b) Click on my variable.
c) Rename the variable as scoreboard.

CEIP Antonio Machado Primary School. María Quiñones and Merche Nieto
b) Multiples of 7

1. Drag and drop the when


green flag clicked event into
script area. Then, drag and
drop the set scoreboard to 0
block.
2. Click on Number sprite. Drag
and drop the When Green
Flag clicked Event into Script
area.
3. Drag and drop the show block
to make the circle appear
when the game starts.
4. Drag and drop the go to x
block and introduce the
coordinates where you want
the number to appear (they
have to be different for each
number).
5. Drag and drop the forever
block. Then, select the speed
of the circles dragging and
dropping the move x steps
block, select the rotation style
of the circles with the set
rotation style block. Finally,
drag and drop the if on edge,
bouce block.
1. Drag and drop the when this
sprite clicked event into script
area.
2. Drag and drop the change
scoreboard by x block and
select the number of points the
players get when they click the
right number.
3. Drag and drop the start sound x
block and select a celebration
sound.
4. Drag and drop the hide block to
make the circle disappear.

CEIP Antonio Machado Primary School. María Quiñones and Merche Nieto
c) Non multiples of 7

1. Click on Number sprite. Drag


and drop the When Green Flag
clicked Event into Script area.
2. Drag and drop the go to x block
and introduce the coordinates
where you want the number to
appear (they have to be
different for each number).
3. Drag and drop the forever
block. Then, select the speed of
the circles dragging and
dropping the move x steps
block, select the rotation style
of the circles with the set
rotation style block. Finally,
drag and drop the if on edge,
bouce block.
5. Drag and drop the when this
sprite clicked event into script
area.
6. Drag and drop the change
scoreboard by x block and
select the number of points the
players lose when they click the
wrong number.
7. Drag and drop the start sound x
block and select a strong or
unpleasant sound.

a) You will find the whole project in the following link


https://scratch.mit.edu/projects/265261222/

CEIP Antonio Machado Primary School. María Quiñones and Merche Nieto
Links

https://scratch.mit.edu

We can improve this program together. Show your contributions:

CEIP Antonio Machado Primary School. María Quiñones and Merche Nieto

Você também pode gostar