Hi,
Is it possible to change the collision point in an image?
To understand what I mean look at this picture:
http://i40.tinypic.com/2isgrv6.png
The lower box is dragged in to one of the boxes above, and the collisions are detected, however when I switch box to another box the collision event is triggered again, and I understand why, but it causes problem in my program as I have some logic in both the “began” and “ended” phase and now the program trigger those phases several time without me having any real control over it.
Therefore I wonder if it’s possible to set object.x as the “collision point” so only when object.x collides with anyone of the boxes above the collision event will be triggered?
Best regards,
Tomas