lilx Posted August 14, 2007 Posted August 14, 2007 hello, i have a question about mouseclick i need to click 3 things at different location on the screen very fast (would be handy if i could happend in 1 sec) but if i use mouseclick now it drags my mouse very slow cheers and thx in advance, lilx
Gif Posted August 14, 2007 Posted August 14, 2007 (edited) hello, i have a question about mouseclick i need to click 3 things at different location on the screen very fast (would be handy if i could happend in 1 sec) but if i use mouseclick now it drags my mouse very slow cheers and thx in advance, lilx it can happen in 1 ms, you should use 0 at speed, like this: MouseClick('left', 100, 100, 1, 0) MouseClick('left', 400, 400, 1, 0) MouseClick('left', 800, 800, 1, 0) the speed to move the mouse in the range 1 (fastest) to 100 (slowest). A speed of 0 will move the mouse instantly. Default speed is 10. Edited August 14, 2007 by Gif
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now