1
Ask a Question / How to add Enemy health with a powerup?
« on: June 11, 2017, 10:40:50 pm »
What works: Assigned health attribute (value of 1) to my enemy, and created an event where a bullet causes 1 damage to health (if health is 1, kills enemy) attribute upon collision.
The problem: When I add a collision event between the enemy and the powerup (resulting in setting enemy health attribute to 3), the enemy becomes invincible. No bullet damage at all.
The problem: When I add a collision event between the enemy and the powerup (resulting in setting enemy health attribute to 3), the enemy becomes invincible. No bullet damage at all.