collision size questions
40x40 size monster collision actor.
Size monster skin actor 100x100
monster collision actor in a monster skin actor, and move together.
destroy be destroy when the monster collision actor, monster skin actor wants to.
Here on the screen when the actor several monster skin actor, paired with a player attacks a monster collision actor and when you want to remove, how do I do that?
Or actor on collision size that you specify is it possible?
I larger create a monster, is to create a small area damage.
I'm sorry, I'm not a very good English.
Size monster skin actor 100x100
monster collision actor in a monster skin actor, and move together.
destroy be destroy when the monster collision actor, monster skin actor wants to.
Here on the screen when the actor several monster skin actor, paired with a player attacks a monster collision actor and when you want to remove, how do I do that?
Or actor on collision size that you specify is it possible?
I larger create a monster, is to create a small area damage.
I'm sorry, I'm not a very good English.
Comments
As you mention above there is a way to attach a smaller hit box/collision box, by attaching a smaller transparent actor to your 'monster' character actor using the Constrain behavior. This will cause the hit-box to attach itself to your 'monster' giving you more room to shoot objects at a smaller center mass, so he can take damage more realistically.
This is all done using the Constrain behavior, Rules, and Attributes.
Below are a myriad of examples on collisions + collisions with custom hit boxes and collision work arounds. Give these all a good look for ideas and for what you need.