Search Header Logo

Sprite Movement and Properties

Authored by Shaun Horgan

Computers

7th Grade

Used 15+ times

Sprite Movement and Properties
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?