Game lab has two parts: code and ___?
Quiz Summary
Advanced Game Development
Guest
Want to learn coding and ace these quizzes?
Find a new quizShare this in social media
Quiz result
10
Correct
0
Incorrect
Question Performance
Game lab has two parts: code and ___?
Costumes
Design
Animation
Data
In the tool box, variable block are of which color?
Green
Yellow
Purple
Blue
What is used to set font size?
textShape
textColor
textSize
textFill
Which block is used for putting a condition?
Forever
If
Loop
None of these
Which function is used to draw all of the sprites that have been created onto the screen?
draw()
create()
drawsprite()
paint()
A character on the screen with properties that describe its location, movement, and look is called?
Conditions
Boolean expression
Actor
Sprite
What is used to create the circle?
Line
Statement
Ellipse
Rect
In a programming language, __________ are used to store data values.
Code
File
Variables
None of these
What does the fill command do?
Fill letters in the shape
Fill color in the shape
Fill picture in the shape
None of these
The position of an object on a grid is represented by __ and __ coordinates.
X and Y
A and B
Y and X
None of these