guys come one, anyone?


function camera_pan(){
camera.tilt=-59; //looking to the ground slightly
while(1){
if(mouse_left){
camera.x+=mickey.y / 69;
camera.y+=mickey.x/87; //this valoues i dont know why are these but there //should be a reason
}

wait(1);}
}


when i move , and grab a point in the ground the point will
move with the mouse, but will past the mouse position, when it must keep the mouse position exaclty.


Last edited by MMike; 08/14/09 19:26.