var move

function not_moving_in_walls
{
while(1)
{
MOVE.X = (key_cuu - key_cud)*2*time;
use c_move(my,move,nullvector,glide);
wait(1);
}
}


"empty"