GameMaker Quiz

Is this your test? Login to manage it. If not, you can generate an exam just like it.

This is a non-interactive preview of the quiz content.

1.
1 point
What do you call the physical or visual space in which your game takes place?
2.
1 point
Objects are defined by two things, Actions and
3.
1 point
Which of the following is not an Action tab within the GameMaker Object properties?
4.
1 point
True or False: Objects have to be associated with a Sprite.
5.
1 point
A train is traveling east from Sacramento, CA at 90 mph, while another train is traveling from Atlanta, GA at 98 mph. What event would you use to determine what happens when they run into each other?
6.
1 point
If you wanted your player to lose 50 points for colliding with the wall you would use the "Set Score" action; would you make the action relative, or not?
7.
1 point
Under which tab would you find actions that allow for the creation, manipulation, and destruction of objects?
8.
1 point
If you wanted an action to occur as soon as the game started, what type of event would you likely place the action?
9.
1 point
Under what tab would you find all of the actions relating to lives?
10.
1 point
What type of action typically results in an "If/Then Statement"?
11.
1 point
True or False: When you achieve a certain score, GameMaker will automatically advance the game to the next room
12.
1 point
What type of event would you use Draw actions in?
13.
1 point
Which of the following is not one of the Action tabs within GameMaker's Object Properties?
14.
1 point
True or False: You can make a moving background.
15.
1 point
True or False: You can assign health meters to different objects in the game.
16.
1 point
A static image used to represent a character or element in GameMaker is called a(n)
17.
1 point
True or False: You can only set your health between 0 and 100.
18.
1 point
Under which tab would you find timers such as the Sleep action and the Alarm action?
19.
1 point
Which of the following actions allow you to make certain actions occur only when certain conditions are met?
20.
1 point
True or False: After you have loaded a sound into GameMaker, you have to add it to an object's action queue before it will play in your game.