Jump to content

Recommended Posts

Posted

Hi everyone, I have a problem with my random mouseclick is not working properly 

Mouseclick ("left",Random (592,651,1),Random(617,689,1),1)      works on my 1920*1080 screen and moves to the right area that i want the random mouseclick

However, some of the value will never get to the right place, for example, Mouseclick ("left",Random (1631,940,1),Random(1797,990,1),1). This command will always make my mouse go to the most top left corner. Same as some other value that makes my mouse go to a certain corner on the screen. But the wired thing is there are some coordinate working really accurate such as the one of the example I gave on the top

Posted
2 hours ago, Nine said:

First number of random must be smaller than the second...

Ohh, thank you so much, because I thought it was like this. Mouseclick ("left",Random (x1,y1,1),Random(x2,y2,1),1). So i put my value y1 instead of x2

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