Collision on a specific part of an actor
virinder01
Member Posts: 23
Is it possible to change the scene when anywart of my actor hits on a certain part of another actor?
Such as in the picture is it possible for when the square actor touches the green part of the other actor then the scene will change?
Comments
Yes but you track the x and y coordinates of that exact position. You can do it based on scene position or by actor using an offset of the center position of the actor.
Guru Video Channel | Lost Oasis Games | FRYING BACON STUDIOS
another option might be to use a custom collision shape - would all depend on what other collision events were being used.