Sprite Movement and Properties

Sprite Movement and Properties

7th Grade

15 Qs

quiz-placeholder

Similar activities

CS Disco Game Lab Lessons 15-17 Progress Check

CS Disco Game Lab Lessons 15-17 Progress Check

6th - 8th Grade

10 Qs

Animations and Games L.3-5

Animations and Games L.3-5

7th - 8th Grade

19 Qs

Motion & Variables in Scratch

Motion & Variables in Scratch

6th - 7th Grade

10 Qs

Interactive Animations and Games from code.org

Interactive Animations and Games from code.org

7th - 12th Grade

14 Qs

Code.org CSD Unit 3 Lessons 1-12

Code.org CSD Unit 3 Lessons 1-12

3rd - 12th Grade

20 Qs

Rubber Duck Debugging

Rubber Duck Debugging

6th - 8th Grade

15 Qs

Code.org Unit Three Quiz

Code.org Unit Three Quiz

7th - 8th Grade

14 Qs

Sprite Movement and Properties

Sprite Movement and Properties

Assessment

Quiz

Computers

7th Grade

Medium

Created by

Shaun Horgan

Used 11+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This sprite property will control the vertical movement of a sprite(up and down).

sprite.x

sprite.y

sprite.rotation

sprite.scale

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This will make the sprite move towards the right side.

sprite.x = sprite.x + 1

sprite.y = sprite.y - 1

sprite.rotation = sprite.rotation + 1

sprite.x= sprite.x - 1

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Characteristics of a sprite

Methods

Components

Properties

Parameters

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This sprite will appear in the lower left corner

var sprite = createsprite(200, 200)

var sprite = createsprite(50, 50)

var sprite = createSprite(100, 300)

var sprite = createsprite(0, 0)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A character with properties that describe its location, movement, and look.

sprite

variable

float

parameters

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This block must be added into function draw.

sprite

drawSprites

sprite.x

parameters

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

if sprite.y > 200 then setAnimation newSprite

This is an example of...

Properties

Counter Pattern

Variable

Conditional Statement

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?