Gamemaker: Studio Course Level 2 Apr 2026

Local variables use the var keyword and are discarded after the script ends. B

2 Game Maker Creating folders and keeping your work organised GameMaker: Studio Course Level 2

You are creating a top-down shooter. You have a obj_enemy_parent and three specific enemies: obj_enemy_fast , obj_enemy_tank , and obj_enemy_boss . Local variables use the var keyword and are

Write a line of GML code that moves an object 5 pixels to the right only if the vk_right key is pressed. GameMaker: Studio Course Level 2

The exam paper focuses on intermediate game development concepts, building upon the fundamentals of sprites and basic movement. This level typically covers advanced mechanics like parenting , pathfinding , and local variables .

Layers refer to specific named editor layers; Depth uses a numeric Z-axis value. Efficiency