ok i found something useful on the forums, didnt see that before but im having another prob. i just downloaded the survival demo for learning and i cant figure out something. is there any way to make "me" go to the mouse coordinates after clicking?
i tried the simplest thing:

my.x = mouse_cursor.x;
my.y = mouse_cursor.y;

but its pretty chaotic.