Jump to content

Recommended Posts

Posted

Is there any way to speed the automated mouse movement? I'm tired of watching it crawl across the screen. I just want it to click where I tell it to, without watching it travel there. Is this possible?

Posted

Yes, in the mouseclick function just specify the x, y coordinates (see helpfile)

<{POST_SNAPBACK}>

Yes, I figured that part out. But when you do that (or at least when I do that), you still have to watch the mouse move across the screen. I know it doesn't sound like a big deal, but the people I'm developing this program for will be using these same hotkeys to navigate the screen and select different fields thousands of times every day. So those extra seconds they spend watching the cursor move to each field every time can really add up. I'm hoping for instantaneous mouse movement.
Posted

Yes, I figured that part out.  But when you do that (or at least when I do that), you still have to watch the mouse move across the screen.  I know it doesn't sound like a big deal, but the people I'm developing this program for will be using these same hotkeys to navigate the screen and select different fields thousands of times every day.  So those extra seconds they spend watching the cursor move to each field every time can really add up.  I'm hoping for instantaneous mouse movement.

<{POST_SNAPBACK}>

If you read the helpfile you will have seen an option for speed, 0 being instant.


Time you enjoyed wasting is not wasted time ......T.S. Elliot
Suspense is worse than disappointment................Robert Burns
God help the man who won't help himself, because no-one else will...........My Grandmother

Posted

If you read the helpfile you will have seen an option for speed, 0 being instant.

<{POST_SNAPBACK}>

Ok, I see that now. But can I use that as a parameter of MouseClick, or do I have to do MouseMove then MouseClick? Because I think having a number after the coordinates for MouseClick is just the number of clicks, right?
Posted (edited)

Exactly, see helpfile and your wildest dreams will come trueeeeeeeeeeeeee!

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.

Edited by SupraNatural

Visit http://www.blizzedout.com/forums/register....referrerid=8306 for the top blizzard hacks. WoW, TfT, D2/LOD, CS. You name it we got it!

Posted

Ok, I see that now.  But can I use that as a parameter of MouseClick, or do I have to do MouseMove then MouseClick?  Because I think having a number after the coordinates for MouseClick is just the number of clicks, right?

<{POST_SNAPBACK}>

MouseClick ( "button" [, x, y [, clicks [, speed ]]] )


Time you enjoyed wasting is not wasted time ......T.S. Elliot
Suspense is worse than disappointment................Robert Burns
God help the man who won't help himself, because no-one else will...........My Grandmother

Posted

Try

MouseClick ( "Right", 100 , 100 , 1 , 0)


Time you enjoyed wasting is not wasted time ......T.S. Elliot
Suspense is worse than disappointment................Robert Burns
God help the man who won't help himself, because no-one else will...........My Grandmother

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...