These are interactibles that can be placed in a room.
What are Objects?
This window appears in your Workspace and allows you to edit/customize sprites.
What is the Sprite Window?
These include blocks of code that happen throughout the game in a loop.
What are Events?
A container that holds a single number, words, or other information you can use throughout your program.
What is a variable?
This focuses on the user of an app, or player of a game, and how they interact with a game or app.
What is UX design?
What is a sprite?
These are width and height measurements of your screen.
What are Aspect Ratios?
This is where you can find all of your code blocks organized into categories.
What is the Toolbox?
This goes before the "Draw Value" block to change the font of text.
What is Set Font?
This is an outline used by designers to plan the entire project.
What is a design document?
This is the part of the workspace where an asset's properties can be viewed.
What is the Inspector?
These are groups that make up a room that can be stacked on top of each other to display multiple objects.
What are Layers?
These check if a statement is true or false, then run code based on the outcome.
What are conditional statements?
These are frames, used to check each moment while your game is actively running.
What are Steps?
This is an early stage version of a project that has core features figured out and is playable.
What is a prototype?
These are scenes in GameMaker that hold objects and display what appears on the game screen.
What are Rooms?
These are all the parts of your project, including objects, sprites, rooms, and more.
What are Assets?
A term used for anything the player sees on the screen that the characters in the game wouldn't.
What is GUI (Graphical User Interface)?
This is a reference to itself in GameMaker.
What is Relative?
The overall look and feel of your game and how all of the elements are themed together.
What is visual style?