In a rpg how can u find out distance between u and another person... Image to Image?
Distance between images?
Blitz3D Forums/Blitz3D Beginners Area/Distance between images? Is it a isometric or side on? I would probably use grid spaces, ie. the ones the map tiles use, and figure out the distance from one to another (using the distance equation)
distance= SquareRoot( x*x + y*y)