Boss making help?!
eliehang
Member, PRO Posts: 105
I'm working on a boss that has 2 hit spots. they're both constrained to the boss image.
My question is? How do I destroy the boss image after the 2 spots hit points are down to 0?
My question is? How do I destroy the boss image after the 2 spots hit points are down to 0?
Comments
Then to destroy boss create Rule: (ALL)
When attribute boss leg=0
When attribute boss torso=0
Destroy this actor
Animate how you want him destroyed
I think that's one solution.. let me know if this works!
I thought that solution would work, but perhaps someone else who has done this would know...
And Did you make separate attributes for the different pieces of body on the boss?
And then in the "main boss" put when those attributes health =0 destroy the actor, and that didn't work?
I haven't done this yet, but I'm sure you're getting close
So try tracking the health attributes with all the actors, the 2 pieces, and the boss, and destroy all of them when both attributes health=0