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
2 Game Maker Creating folders and keeping your work organised
A) Global Variable B) Instance Variable C) Local Variable ( var ) D) Constant
Parenting allows for "Inheritance," saving time by not repeating code for similar objects. D