Exploring Sprite Properties in Programming

Exploring Sprite Properties in Programming

Assessment

Interactive Video

Instructional Technology

6th - 8th Grade

Hard

Created by

Lucas Foster

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you change a sprite's property in your program?

Using a special sprite command

Changing the sprite's label

By drawing the sprite differently

Using dot notation

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens when you set mySprite.x to 200?

Nothing happens

The sprite's width becomes 200

The sprite moves to the X location 200

The sprite's color changes

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does setting mySprite.width to 50 do?

Updates the sprite's width to 50

Makes the sprite disappear

Moves the sprite to position 50

Changes the sprite's height to 50

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When are the new sprite property values used?

The next time drawSprites is called

When the sprite is deleted

Immediately after they are set

After the program ends

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What can you control with sprite properties?

Nothing, they are fixed

Only the sprite's position

Many aspects of what sprites look like and can do

The sprite's color and shape only