Jump to content

Pixelsearch and mouse control


 Share

Recommended Posts

I am new at this. If somebody can help it would greatly be appreciated.

I am trying to find the color(yellow) in pre-defined rectangle and once found to left click on it.

I tried the following

$coord = PixelSearch( 195, 336, 232, 258, 0xffff00, 21 )

MouseClick( "left", $coord[0], $coord[1] )

I am getting the following error:

MouseClick( "left", $coord/\ERROR

Error: Subscript used with non-Array variable

Can somebody tell me what am I doing wrong, and how to fix it?

Thank you

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