Thank you for coming.
I wanna pin my player on the closest imagepoint of an object.
Top down game where every object rotates.
I have tried offset position without success, but now i am willing to use: imagepointX(N.)-player.X, take the smallest X.
The problem is, i don't know how to build it up on the events...