This lesson contains 27 slides, with interactive quizzes and text slides.
Lesson duration is: 50 min
Items in this lesson
Year 7 scratch
Slide 1 - Slide
Think of as many dangers you might encounter online as you can.
Slide 2 - Mind map
Key objectives - Be able to using code blocks to animate and command objects.
Keyword -
Slide 3 - Slide
Predict: what do you think this does?
Slide 4 - Slide
Answer.
Slide 5 - Open question
Download Predict 1
Slide 6 - Slide
What is the variable name?
Slide 7 - Open question
What button resets the timer
Slide 8 - Open question
What time is nighttime?
Slide 9 - Open question
What backdrop does Day call?
Slide 10 - Open question
How long is the day cycle?
Slide 11 - Open question
backgrounds file - Use these blocks to make two backgrounds that change when enter is pressed.
Slide 12 - Slide
Use movement file - Make the bear walk.
Slide 13 - Slide
Use bear - Create a moving jumping bear. See if you can add a apple that the bear can collide with and create an apple counter if the bear eats the apple change the backdrop to an end screen.
Slide 14 - Slide
Text
Slide 15 - Slide
Slide 16 - Slide
What does the code do?
Slide 17 - Open question
Click here
Download Predict 2
Slide 18 - Slide
How are the stones destroyed off screen?
Slide 19 - Open question
What does show and hide do?
Slide 20 - Open question
What do you press to throw rocks?
Slide 21 - Open question
What is the variable called?
Slide 22 - Open question
- Respawn the rocks somewhere else instead of disappearing.
- Change the throw direction
- Display the amount of rocks collected.
- Change the rock sprite on the ground to something else.
Slide 23 - Slide
Enemy file - create a moving enemy
Slide 24 - Slide
Destroy enemy file - Destroy the dragon and collect a variable once collected touch the exit and win the game.
Slide 25 - Slide
Using everything you have learned:
- Make the knight jump.
- Place the rocks on the top ledge
- Only allow the knight to throw 1 rock then they have to be recollected.
- Make the knight and dragon have a conversation
-Make the dragon have health and require more than one hit to be destroyed.