Jump to content

ImageSearch


Recommended Posts

I'm using ImageSearch (http://www.autoitscript.com/forum/index.php?showtopic=65748&st=0)

Simple code I've put to see if it works:

#include <ImageSearch.au3>

Sleep ("3000")

$x1=0
$y1=0

$result = _ImageSearch("sweatysllab.bmp",1,$x1,$y1,0)
if $result=1 Then
    MouseMove($x1,$y1,3)
    MsgBox(0,"Found","Found Picture!")
EndIf

But it just disappears, no message pops up or anything. I'm using XP aswell, so I don't think the OS is the problem.

:)

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