I already searched the forums and found nothing I'm Starting a new game and i was making my actor shoot at my enemy and i need help making my enemy get destroyed after 10 hits PLEASE HELP!!!!!
Should change your title. I think you know better. Make actor boss destroy when boss score equal or greater than 10 Then in the bullets when overlap or collide with boss change attribute boss score+1 Edit If you do the change score inthe boss and not the bullet then you will have collision score issues when 2 bullets hit the boss at approximately the same time
i would create an integer game attribute equal to 10. then i would create a rule in your actor saying "when overlaps/collides with bullet, change attribute to -1". then create another rule that says when attribute = 0, destroy actor.
Comments
Make actor boss destroy when boss score equal or greater than 10
Then in the bullets when overlap or collide with boss change attribute boss score+1
Edit
If you do the change score inthe boss and not the bullet then you will have collision score issues when 2 bullets hit the boss at approximately the same time