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
thx
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")