Login
![]() |
|
|
Explain the difference between instance_create_layer and instance_create_depth .
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
Layers refer to specific named editor layers; Depth uses a numeric Z-axis value. Efficiency
Explain the difference between instance_create_layer and instance_create_depth .
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 GameMaker: Studio Course Level 2
Layers refer to specific named editor layers; Depth uses a numeric Z-axis value. Efficiency GameMaker: Studio Course Level 2