Sprites and Animation

Sprites and Animation

7th Grade

6 Qs

quiz-placeholder

Similar activities

Image File Formats

Image File Formats

KG - 9th Grade

10 Qs

Animation

Animation

7th Grade

10 Qs

C Programming and Game Control Quiz

C Programming and Game Control Quiz

6th - 8th Grade

10 Qs

Unit 1 Quiz 2

Unit 1 Quiz 2

7th Grade

8 Qs

Animations in Flash

Animations in Flash

7th Grade

11 Qs

Code.org Express Course Vocabulary

Code.org Express Course Vocabulary

7th Grade

10 Qs

Types of Animation

Types of Animation

7th - 9th Grade

10 Qs

ROBLOX: The Quiz

ROBLOX: The Quiz

4th - 12th Grade

10 Qs

Sprites and Animation

Sprites and Animation

Assessment

Quiz

Computers

7th Grade

Medium

Created by

Cory Vincent

Used 4+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Media Image

Look at the code presented here. Which labels represent VARIABLES in this image? Select all that apply.

grass

alien

robot

floating grass

Grass

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Look at the code presented. Where will robot be drawn?

x 200, y 200

x 300, y 300

x 100, y 100

x 180, y 250

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

By default, all sprites are simply squares until you add your ____.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which of these lines of code would make our variable alien change its animation to LOOK like an alien?

var alien = createsprite (180,100);

robot.setAnimation ("robot");

alien.setAnimation ("alien");

var alien = setAnimation ("alien");

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

Using ONLY the code provided here, what will happen if you run this program?

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

In order to make these sprites show up on our screen, we would need to add a ____ code block.