Collision on a specific part of an actor

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

  • virinder01virinder01 Member Posts: 23

  • The_Gamesalad_GuruThe_Gamesalad_Guru Member Posts: 9,922

    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.

  • tmanntmann Member Posts: 278
    edited January 2016

    another option might be to use a custom collision shape - would all depend on what other collision events were being used.

Sign In or Register to comment.