Hi, I have two scripts that search for 2 different images on my screen at the same time. My codes are as follow:
Code:
^1::
imagesearch (...image1...)
more commands ..
return
^2::
imagesearch (...image2...)
more commands ..
return
If I press control+2, then the contro+1 script stops working. I can not combine them because they need to be run independently. If I split them into 2 separate script, then my laptop runs really slow. How should I code so that I can run the 2 imagesearchs simultaneously? Thanks for your help in advance.