Hello,
I am having a problem while making a game.
I have set my global variable 'EnemyHealth'=3
If the bullet hit the enemy Subtract 1 from EnemyHeath
When 'EnemyHealth' = 0 destory enemy
But when i play the game i shoot 1 bullet Enemy destory.
Then I have set my global variable 'EnemyHealth'=9
If the bullet hit the enemy Subtract 1 from EnemyHeath
When 'EnemyHealth' = 0 destory enemy
But when i play the game i shoot 3 bullet Enemy destory.
Can anyone help me with this problem