ok i'm still having lots of trouble with my sprites being put on the map. my code is as such(i can't post pics):
for each sprite
each tick: canvas...draw point...
Canvas.X +Canvas.Width*(Sprite.X/LayoutWidth)
Canvas.Y +Canvas.Height*(Sprite.Y/LayoutHeight)
if anyone know what i'm doing wrong please let me know.
Rojo: the map issue, i can't get to work because i'm not sure where to put that code i have tried in various places but there is no reaction when i click the map, my ship still moves to the spot i click behind the map. even when i disable my normal movements there is no reaction. i researched the "lerp" and maybe i just don't understand it yet.
Thanks in advance :)