Jump to content

MouseClick getting ahead of itself


Recommended Posts

Hi Guys

I am using this bit of code on my XP machine, works fine

$i = 0
Do  
MouseClick("left", 100, 250, 1, 5)
$i = $i+1
Until $i = $numclicks;6

$i = 0
Do  
MouseClick("left", 150, 300, 1, 5)
$i = $i+1
Until $i = $numclicks;5

But I sent it to a colleague last night and he has vista, he says, it hasn't finished the first set of clicks before the mouse is over the next position??

Any ideas as to why, thanks in advance

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...