I have set mouse_mode = 2 (it still doesn´t work with 4) and I have a mouse funtion:
Code:
function mouse_on()
{
	mouse_map = arrow;
	mouse_mode = 2;
	while(mouse_mode > 0)
	{
		mouse_pos.x = mouse_cursor.x;
		mouse_pos.y = mouse_cursor.y;
		wait(1); 		     
	}
}




Last edited by Sylar; 01/10/09 20:27.

Shitlord by trade and passion. Graphics programmer at Laminar Research.
I write blog posts at feresignum.com