yeah big THANKS ^^ ive found my problem

i hadnt a mouse
without

mouse_mode = 2;
mouse_map = mouse_bmp;

while (1)
{
mouse_pos.x = mouse_cursor.x;
mouse_pos.y = mouse_cursor.y;
wait(0.1);
}

it hadn´t work^^