Scratch lesson 2

Student Voice
Student Voice Questions Explained

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

This lesson contains 13 slides, with interactive quizzes and text slides.

time-iconLesson duration is: 50 min

Items in this lesson

Student Voice
Student Voice Questions Explained

Click the link to complete the survey:

Slide 1 - Slide

This item has no instructions

Do now - What shape
will be drawn?

Slide 2 - Open question

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 - Slide

This item has no 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 - Slide

This item has no 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 - Slide

This item has no 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 - Slide

This item has no 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 - Slide

This item has no 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 - Slide

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 - Slide

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

This item has no 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

This item has no instructions

Which code moves the player forward?
A
B
C
D

Slide 12 - Quiz

This item has no instructions

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

Slide 13 - Quiz

This item has no instructions