Jump to content

Script speed


Recommended Posts

Hi there, before you guys start calling me noob and what not, just know that I recently dled this program, and have no prior experience.

So anyways, in my script I typed this in:

MouseClick("Left",173,353,2,10)

I thought the 10 in that command is supposed to represent the speed. I assumed that's the delay? So once I start the script, it will wait 10 seconds, then click the set coordinate. However I was wrong, putting in the speed didn't change anything. So basically what I'm asking is, how do I put a delay on commands?

Thanks in advance!

Link to comment
Share on other sites

two things to help you..

1 - Read the help and search on it before posting, many newcomers ask things that already are described in the help file... see also the examples and try to understan.. if this is hard to do, then ask :huh2: we happily help those who show an effort..

2 - Try the things before you ask... if you put in a script MouseClick("Left",173,353,2,10) and run it, then change 10 to 1 MouseClick("Left",173,353,2,1) and run it again, then you change 1 to 0 MouseClick("Left",173,353,2,0) and run that too, you will see the difference...

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...