Hello,

I would like to know how to detect twice the right click.

I have test, but I do not want that it waits.

Code:
if(mouse_right)
{	
	while(mouse_right == 1){ wait(1);}
	while(mouse_right == 0){ wait(1);}
}



I want detect directly the twice the right click.

Thanks in advance Djfeeler

Last edited by djfeeler; 06/10/13 06:47.