#1 Home Improvement Retailer

Parenting allows for "Inheritance," saving time by not repeating code for similar objects. D

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.

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

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 .

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