Sprites and Animation

Sprites and Animation

7th Grade

6 Qs

quiz-placeholder

Similar activities

Motion & Variables in Scratch

Motion & Variables in Scratch

6th - 7th Grade

10 Qs

Scratch Code

Scratch Code

KG - 11th Grade

10 Qs

Scratch Vocabulary

Scratch Vocabulary

3rd Grade - University

9 Qs

Code.org Express Course

Code.org Express Course

7th Grade

10 Qs

Quizizz: Unit 2: Lesson 6 - Sound Board Project Quiz

Quizizz: Unit 2: Lesson 6 - Sound Board Project Quiz

6th - 8th Grade

10 Qs

Code.org Unit 3 Lessons 10-13

Code.org Unit 3 Lessons 10-13

6th - 8th Grade

10 Qs

Scratch Lesson 1

Scratch Lesson 1

6th - 10th Grade

11 Qs

Intro to scratch

Intro to scratch

7th Grade

10 Qs

Sprites and Animation

Sprites and Animation

Assessment

Quiz

Created by

Cory Vincent

Computers

7th Grade

4 plays

Medium

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.