Gamemaker: Studio Course Level 2 Apr 2026

Why should the "Take Damage" code be placed in the obj_enemy_parent rather than in each individual enemy object?

Parenting allows for "Inheritance," saving time by not repeating code for similar objects. D GameMaker: Studio Course Level 2

A) To make one object follow another on screen. Why should the "Take Damage" code be placed