11
Game Control Loopy Motion Control

Loopy Motion Control

  • Upload
    louise

  • View
    27

  • Download
    0

Embed Size (px)

DESCRIPTION

Loopy Motion Control. Learning Objective. “Learn how to control sprites and create a loop in Scratch”. Write this Learning Objective onto Page 1 of your workbook. Friday, 13 March 2009. Movement. One way of making your sprite move is by using the  direction keys on the keyboard. - PowerPoint PPT Presentation

Citation preview

Page 1: Loopy  Motion Control

Game Control

Loopy Motion Control

Page 2: Loopy  Motion Control

Game Control

Learning Objective

• “Learn how to control sprites and create a loop in Scratch”.

• Write this Learning Objective onto Page 1 of your workbook.

Saturday 22 April 2023

Page 3: Loopy  Motion Control

Game Control LO

Movement• One way of making your sprite move

is by using the direction keys on the keyboard.

Learn how to control sprites and create a loop in Scratch

Move to the right.

Has been

pressed?

Yes

No

Use this instruction to make something happen

whey a key on the keyboard is pressed.

Page 4: Loopy  Motion Control

Game Control LO

Make the Sprite Move

Learn how to control sprites and create a loop in Scratch

Change the rotation style to so the sprite

doesn’t flip up-side-down

Sprite will move left or right when you press

the arrow keys

Page 5: Loopy  Motion Control

Game Control LO

Looping• If instructions are in a Loop it means

they will happen over and over again until they receive another instruction to stop the loop.

Learn how to control sprites and create a loop in Scratch

Follow Mouse Cursor

Anything inside this loop will repeat

forever (until you quit the game)

Anything inside this loop will repeat 10

times.

Page 6: Loopy  Motion Control

Game Control LO

Follow the mouse• Save the project you have just made.

• Create a New scratch project.

• Delete by right-clicking on it and selecting “Delete”.

• Now choose a new sprite from file and find this one:

Learn how to control sprites and create a loop in Scratch

Page 7: Loopy  Motion Control

Game Control LO

Follow the Mouse

Learn how to control sprites and create a loop in Scratch

Page 8: Loopy  Motion Control

Game Control LO

Tasks• Alter the speed of the sprite by

changing the number of steps moved each time.

• Add some more sprites (all with different speeds)

• Add a sprite that is controlled by the keyboard at the same time.

Learn how to control sprites and create a loop in Scratch

Page 9: Loopy  Motion Control

Game Control LO

Extension Task

• Follow the instructions on your Scratch Card to create a new program.

Learn how to control sprites and create a loop in Scratch

Page 10: Loopy  Motion Control

Game Control

Learning Objective

• “Learn how to control sprites and create a loop in Scratch”.

• Put or onto your Self Assessment page to show whether or not you have achieved today’s learning objective.

Saturday 22 April 2023

Page 11: Loopy  Motion Control

Game Control LO

What can you remember?• What is a loop?

• What would happen to instructions inside this loop:

• What group of instructions do you find loops in?

Learn how to control sprites and create a loop in Scratch