I'm working on a game where a witch throws a spell into something.
How to get Object's position from player's position?
AGS help file gives me headache.
Something simple as this?
rx = object[1].X - player.x;
ry = object[1].Y - player.y;
Thanks Iceboty V7000a.
It works!