Jump to content

random value as cordinate?


Recommended Posts

Actually, I bet your code clicks at 1,1 based on the documentation:

The Minimum parameter comes before the Maximum parameter :lmao:

In your case, min > max, so an error condition results.

try:

MouseClick("left", Random(412, 612, 1), Random(284, 484, 1), 1)

Edited by CyberSlug
Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Link to comment
Share on other sites

Actually, I bet your code clicks at 1,1 based on the documentation:

The Minimum parameter comes before the Maximum parameter :lmao:

In your case, min > max, so an error condition results.

try:

MouseClick("left", Random(412, 612, 1), Random(284, 484, 1), 1)

<{POST_SNAPBACK}>

thx that makes sence when you say it, i can see how it matters cause i create a empty pool from where the random can be made thx for the help
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...