1 understand how to use scratch to: – animate a sprite – add sound to your script – use the...

15
1 • Understand how to use Scratch to: – Animate a sprite – Add sound to your script – Use the forever command to create a loop Lesson 2: Learning Objectives

Upload: nickolas-wilkinson

Post on 04-Jan-2016

224 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: 1 Understand how to use Scratch to: – Animate a sprite – Add sound to your script – Use the forever command to create a loop Lesson 2: Learning Objectives

1

• Understand how to use Scratch to:– Animate a sprite– Add sound to your script– Use the forever command to create a loop

Lesson 2: Learning Objectives

Page 2: 1 Understand how to use Scratch to: – Animate a sprite – Add sound to your script – Use the forever command to create a loop Lesson 2: Learning Objectives

2

Start moving!

Drag a MOVE block into the Scripts area

Page 3: 1 Understand how to use Scratch to: – Animate a sprite – Add sound to your script – Use the forever command to create a loop Lesson 2: Learning Objectives

3

Add a sound

Drag out the play drum and put it under the move block

Page 4: 1 Understand how to use Scratch to: – Animate a sprite – Add sound to your script – Use the forever command to create a loop Lesson 2: Learning Objectives

4

Start a dance

Add another move block, change the number to -10

Add another drum block, change the number to pick a different drum beat

Page 5: 1 Understand how to use Scratch to: – Animate a sprite – Add sound to your script – Use the forever command to create a loop Lesson 2: Learning Objectives

5

Again and again

Drag out a forever block and place it at the top of stack, they will wrap around the other blocks

Page 6: 1 Understand how to use Scratch to: – Animate a sprite – Add sound to your script – Use the forever command to create a loop Lesson 2: Learning Objectives

6

Add the Green flag

Drag out a and put it on the top of the stack

Page 7: 1 Understand how to use Scratch to: – Animate a sprite – Add sound to your script – Use the forever command to create a loop Lesson 2: Learning Objectives

7

Change colour

Drag out a Change effect block

Double click on the block to see what it does

Page 8: 1 Understand how to use Scratch to: – Animate a sprite – Add sound to your script – Use the forever command to create a loop Lesson 2: Learning Objectives

8

Key press

Add a above the change effect block

Page 9: 1 Understand how to use Scratch to: – Animate a sprite – Add sound to your script – Use the forever command to create a loop Lesson 2: Learning Objectives

9

Run the script to see if it works

• Click on the green flag to make the sprite dance

• Click on the space bar to make the sprite change colour

• Now using the skills you have learned this lesson and last lesson, choose a sprite and create a script of your own

Page 10: 1 Understand how to use Scratch to: – Animate a sprite – Add sound to your script – Use the forever command to create a loop Lesson 2: Learning Objectives

10

Plenary

• Swap seats with a partner• Run their script• State one positive comment about their

project and think of one improvement• Share your comments with your partner

Page 11: 1 Understand how to use Scratch to: – Animate a sprite – Add sound to your script – Use the forever command to create a loop Lesson 2: Learning Objectives

11

Extension Activity

• Adding another sprite• Adding speech

Page 12: 1 Understand how to use Scratch to: – Animate a sprite – Add sound to your script – Use the forever command to create a loop Lesson 2: Learning Objectives

12

Adding another sprite

Click on to add sprite, select Jodi1 from the people folder

Page 13: 1 Understand how to use Scratch to: – Animate a sprite – Add sound to your script – Use the forever command to create a loop Lesson 2: Learning Objectives

13

Add speech

Drag a say block onto the script area, click on the text and change it

Page 14: 1 Understand how to use Scratch to: – Animate a sprite – Add sound to your script – Use the forever command to create a loop Lesson 2: Learning Objectives

14

Add animationBy switching between costumes you can make your sprite move

Click on the Costumes tab and import and open Jodi2

Page 15: 1 Understand how to use Scratch to: – Animate a sprite – Add sound to your script – Use the forever command to create a loop Lesson 2: Learning Objectives

15

Add the script

Click on the Script tab and add these blocks

Drag on a and place it above the forever block, use the drop down to select a key to assign the animation too