Sprite Movement and Costume Control

Sprite Movement and Costume Control

Assessment

Interactive Video

Computers, Instructional Technology

5th - 8th Grade

Hard

Created by

Emma Peterson

FREE Resource

This video tutorial guides viewers through programming a sprite to move and change costumes using keyboard inputs. It covers implementing forward movement with the W key, including a costume change for forward motion, and turning right with the D key without altering the costume. The tutorial also explains how to add left and backward movements using the A and S keys, respectively, by duplicating and modifying existing code blocks.

Read more

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What key is used to move the sprite forward?

A

D

S

W

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens to the sprite's costume when the 'W' key is not pressed?

It switches to the thrust costume

It disappears

It changes color

It switches to the regular costume

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which block is used to change the sprite's costume based on key press?

Repeat

If-Else

If

Forever

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which key is used to turn the sprite to the right?

S

W

A

D

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default degree of rotation when turning right?

15 degrees

20 degrees

10 degrees

5 degrees

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What should be done if the turning speed is too fast?

Increase the degree of rotation

Decrease the degree of rotation

Change the costume

Use a different key

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the reset button in the sprite movement program?

To change direction

To change the costume

To reset the sprite's position

To increase speed

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?