GameMaker - Quiz #2

GameMaker - Quiz #2

9th - 12th Grade

16 Qs

quiz-placeholder

Similar activities

Java Classes and Objects

Java Classes and Objects

12th Grade

14 Qs

Gamemaker Studio

Gamemaker Studio

10th - 11th Grade

16 Qs

Gamemaker Studio 2

Gamemaker Studio 2

10th - 11th Grade

16 Qs

Code.org CSD Unit 3 Lessons 1-12

Code.org CSD Unit 3 Lessons 1-12

3rd - 12th Grade

20 Qs

beginning c programing

beginning c programing

10th - 12th Grade

20 Qs

Using Scratch

Using Scratch

3rd - 10th Grade

13 Qs

Scratch Test - New

Scratch Test - New

9th - 12th Grade

20 Qs

GameMaker - Quiz #2

GameMaker - Quiz #2

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Brenda Larson

Used 45+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In Game Maker, the value of X increases  as you move in which direction?
up
down
left
right

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Used as timers in Game Maker
alarms
clocks
hourglass
paths

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which action removes an object from a game?

Outside Room

Destroy Instance

Alarm

Wrap

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does the built-in object, other, represent in collisions?

the current instance

the next event to be executed after the collision

the object which this instance collided with

the coordinate point of the location where the collision occurred

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Given a room speed of 30 game cycles per second, how many steps in 3 seconds?

3

30

90

180

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Given a room resolution of 1024 x 768, which of the following expressions would return true if if the object has moved off the right side of the room?

x < 0

x > 1024

y < 0

y > 768

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Given a room resolution of 1024 x 768, which of the following expressions would return true if if the object has moved off the top of the room?

x < 0

x > 1024

y < 0

y > 768

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?