Finding code

07/11/2010 19:48 Elhandar#1
i need the code for import images in a script(in autoitv3), The idea is that the script search a picture and make an action if it finds.

thx
07/12/2010 15:14 ax5#2
There are alot of posts about that.
[Only registered and activated users can see links. Click Here To Register...]

Quote:
#include <ImageSearch.au3>

$x1=0
$y1=0
$result = _ImageSearch("img(1.bmp",1,$x1,$y1,1)
MouseMove($x1,$y1,3)
MouseClick("left",$x1,$y1,1,3)
MouseClick("left")