Which event is executed once every game cycle?
Game Maker Loops and Arrays

Quiz
•
Computers
•
9th Grade
•
Medium
Ms. Corder
Used 2+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Create event
Alarm event
Left Released event
Step event
2.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Where can you see the output of show_debug_messages(str) included in your code?
In the first room of your game
In the console window
Right after the statement in code
Nowhere, unless you run the game in debug mode
3.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Which of the following statements could be rewritten using the += shortcut?
score = points + 5;
score = score + 5;
score = 5;
score = score * 5;
4.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Which of the following would using a controller's draw event not be the best option?
Display the score
Show a game timer
Show a health bar
Change another object's sprite
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What will display in the messages window when the following code is run?
names[0] = "Dorothy"
names[1] ="Tin Man"
names[2] = "Scarecrow"
names[3] = "Cowardly Lion"
for(i = 1; i < 3; i+=1)
{ show_debug_message(names[i]);}
Tin Man
Tin Man, Scarecrow
Tin Man, Scarecrow, Cowardly Lion
Dorothy, Tin Man, Scarecrow, Cowardly Lion
6.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Which is the best description of the dot notation?
It is used to get one instance to move with another instance.
It forces one instance to collide with another instance
It returns the number of pixels across a room.
It provides a way to access another instance's local variables in a different object's code
7.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
How many cards will be created after the following code executes?
for ( r = 0; r < 4; r += 1 )
{ instance_create_layer( r * 80, 250, "Instances", card ); }
3
4
5
80
Create a free account and access millions of resources
Similar Resources on Quizizz
15 questions
C# Loops (All)

Quiz
•
9th - 12th Grade
15 questions
Scratch Programming

Quiz
•
5th - 9th Grade
12 questions
PF 6.01: Credit Reports and Scores

Quiz
•
9th - 12th Grade
10 questions
Programming - Algorithms in Pseudocode & Flow Diagrams

Quiz
•
1st - 12th Grade
15 questions
Python Skills

Quiz
•
1st Grade - Professio...
15 questions
Bebras Colage B

Quiz
•
7th - 12th Grade
9 questions
GDevelop Concepts

Quiz
•
9th - 12th Grade
12 questions
Java Class vocabulary

Quiz
•
9th Grade - University
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions

Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines

Quiz
•
Professional Development
12 questions
Dividing Fractions

Quiz
•
6th Grade
Discover more resources for Computers
25 questions
Spanish preterite verbs (irregular/changed)

Quiz
•
9th - 10th Grade
10 questions
Identify Slope and y-intercept (from equation)

Quiz
•
8th - 9th Grade
10 questions
Juneteenth: History and Significance

Interactive video
•
7th - 12th Grade
8 questions
"Keeping the City of Venice Afloat" - STAAR Bootcamp, Day 1

Quiz
•
9th - 12th Grade
26 questions
June 19th

Quiz
•
4th - 9th Grade
27 questions
STAAR English 1 Review

Quiz
•
9th Grade
20 questions
Understanding Linear Equations and Slopes

Quiz
•
9th - 12th Grade