Imagine a rocket with 3 sections. The Bounding Box encompasses section 3 and nothing else.
1 - |
2 - |
3 - |
The rocket travels upwards towards Object1.
I'm using the Pin(Position & Angle) behavior so that Section 3 "On Colision" with Object1, should freeze.
My problem is that it freezes when Section 1 collides with Object1, rather than Section 3.
The Bounding box on Object1 is no bigger than the object either, so it shouldn't be happening.
Does anyone know why it's happening?
EDIT : It seems to take the top edge of the visibly drawn image as Collision box for the Rocket, and the Bounding Box for Collision box for Object1. Why?