Jump to content

Help Please!!!!!!!!


Recommended Posts

I am new at autoit. I need a complete functional script which make the next steps:

1 Click on a specific position 3 times

2 Press right arrow key during a second

3 Do step 1 and step 2 several times, maybe using a loop

Thank you

Link to comment
Share on other sites

Yes you posted in General Help and Support, and please give your topic a better description next time. You must know everybody who is starting a new topic want help.

Read about Mouseclick, Send Controlsend and Language Reference - Loop Statements in the Helpfile.

After this post your script you tried, if there are any issues left. This is the General Help and Support forum not a restaurant where can order what you want/need.

Link to comment
Share on other sites

  • Moderators

@janna Then make one. This is not a forum where you demand a script and someone barfs up code for you.

If you want help, explain in detail what you are trying to do, and in what application, and we will do our best to assist you to write your own script.

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Link to comment
Share on other sites

When you say:

Quote

Click on a specific position 3 times

Do you mean.....

1. A Control. (Use "Au3Info" to get the handle)

2. A position relative to the window. ("Au3Info" can help here as well) 

3. A position relative to the desktop. (Think screen resolution)

Without more information, It will be difficult to provide suggestions.

 

If $uHappy = True And $uKnow_it = True Then

      For $i = 1 To 2 Step 1

              Clap()
      Next

EndIf

 

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