Sprites and Animation

Sprites and Animation

7th Grade

6 Qs

quiz-placeholder

Similar activities

Wiz 2 Assessment Robotics & AI

Wiz 2 Assessment Robotics & AI

6th - 8th Grade

10 Qs

Robots Check for Understanding

Robots Check for Understanding

7th Grade

11 Qs

Tynker 201 Intro

Tynker 201 Intro

6th - 8th Grade

9 Qs

Sphero Module 5

Sphero Module 5

6th - 8th Grade

6 Qs

Intro to Robotics 7th Grade

Intro to Robotics 7th Grade

6th - 8th Grade

10 Qs

7th Grade Quiz #4

7th Grade Quiz #4

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 Vocabulary

Scratch Vocabulary

3rd Grade - University

9 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.