peter960 Posted May 9, 2007 Posted May 9, 2007 I'm using the line "MouseClick("Left", 880, 414)" to make the mouse click a certain location. It moves from place to place kinda slow. How can i make it move instantly from click to click?thx
enaiman Posted May 9, 2007 Posted May 9, 2007 From Help: MouseClick ( "button" [, x, y [, clicks [, speed ]]] ) Parameters button The button to click: "left", "right", "middle", "main", "menu", "primary", "secondary". x, y [optional] The x/y coordinates to move the mouse to. If no x and y coords are given, the current position is used (default). clicks [optional] The number of times to click the mouse. Default is 1. speed [optional] 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. So except of setting the speed to 1 (default is 10) I don't know what else you can do. SNMP_UDF ... for SNMPv1 and v2c so far, GetBulk and a new example script wannabe "Unbeatable" Tic-Tac-Toe Paper-Scissor-Rock ... try to beat it anyway :)
peter960 Posted May 9, 2007 Author Posted May 9, 2007 From Help:So except of setting the speed to 1 (default is 10) I don't know what else you can do.thx, after posting that i searched the forums and found that in an old discussion. Setting the last parameter to "0" is instant. I tried it and it works.Thx again for responding.
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