Scratch lesson 2

Student Voice
Student Voice Questions Explained

Click the link to complete the survey:
1 / 13
suivant
Slide 1: Diapositive
ComputingLower Secondary (Key Stage 3)

Cette leçon contient 13 diapositives, avec quiz interactifs et diapositives de texte.

time-iconLa durée de la leçon est: 50 min

Éléments de cette leçon

Student Voice
Student Voice Questions Explained

Click the link to complete the survey:

Slide 1 - Diapositive

Cet élément n'a pas d'instructions

Do now - What shape
will be drawn?

Slide 2 - Question ouverte

Do now activity should take 3 mins for students to answer after accessing lessonup. 

Extension task allows students to develop their typing skills which will be useful when we move to text based languages. 
Do Now answer
A rectangle will be drawn

Slide 3 - Diapositive

Cet élément n'a pas d'instructions

Lesson objectives 

Conquer: Understand the concept of collision in a game

Aspire Higher: Utilize this understanding to manipulate collision to create a maze.




 
 
Aspire: Create a set of loops to make a program more efficient.

Slide 4 - Diapositive

Cet élément n'a pas d'instructions

What is a sprite?
A sprite is an image or set of pixels that can be manipulated using code or code blocks.

  • A sprite is traditionally the main playable character in a game.






Slide 5 - Diapositive

Cet élément n'a pas d'instructions

What does collision mean in gaming?
  • Collision detection concerns the detection of collisions between objects in the virtual environment.
 
  • It is to stop objects moving through each other and the environment.

Slide 6 - Diapositive

Cet élément n'a pas d'instructions

I have created a maze template
Click here to access the maze template

We are going to add collision between the player sprite and the maze walls. 
Use this code.

Slide 7 - Diapositive

Cet élément n'a pas d'instructions

Adapt the code
ISL
For the cake sprite, we want the player to win if they reach it.
Adapt this code in the Cake sprite, to say "You win" if the cat sprite touches it. 

Slide 8 - Diapositive

help

Is students get stuck

Use the sensing category, touching code block

To say use the code block in Looks
Adapt the code
ISL
For the monster sprite, we want it to track the player around the map, if it touches the player they lose. 

If the monster touches the player they lose. it should say they lose

Slide 9 - Diapositive

help

Is students get stuck

Use the sensing category, touching code block

To say use the code block in Looks
What is a sprite?
A
A set of pixels controlled by the user.
B
A non player character
C
An image.
D
The code to move a character.

Slide 10 - Quiz

Cet élément n'a pas d'instructions

What is collision?
A
A set of pixels controlled by the user.
B
A non player character
C
A boundary in the game
D
The code to move a character.

Slide 11 - Quiz

Cet élément n'a pas d'instructions

Which code moves the player forward?
A
B
C
D

Slide 12 - Quiz

Cet élément n'a pas d'instructions

Which color is used for movement code?
A
Orange
B
Red
C
Blue
D
Pink

Slide 13 - Quiz

Cet élément n'a pas d'instructions