Gamemaker: Studio Course Level 2 Now
GameMaker uses Groups to organize sprites and objects into subfolders like "Level 1" or "Level 2". if keyboard_check(vk_right) { x += 5; } Standard conditional movement logic. 5 Layer vs Depth
Describe how you would use a "Collision Event" to destroy a "Collectible" object when the "Player" object touches it. Part 3: Practical Application (Project Scenario)
Explain the difference between instance_create_layer and instance_create_depth . GameMaker: Studio Course Level 2
Placing code in the parent ensures that all children automatically inherit the behavior, making updates easier.
Below is a structured examination paper designed for this level. Part 1: Technical Vocabulary (Multiple Choice) GameMaker uses Groups to organize sprites and objects
A) Folders B) Directories C) Bundles Part 2: GML Scripting & Logic (Short Answer)
Briefly explain how a switch statement can be used to manage different enemy states (e.g., IDLE, CHASE, ATTACK). Answer Key & Teacher Notes Correct Answer Explanation 1 C Part 3: Practical Application (Project Scenario) Explain the
B) To share code and events from a "Parent" to multiple "Child" objects. C) To increase the resolution of a sprite. D) To delete multiple objects at once.











