1樓:匿名使用者
//多執行緒可以實現,值得一提:你找圖的範圍和相似度都有問題,你自己看看咋做吧
beginthread a
beginthread b
do delay 1000
loop
sub a
findpic 0,0,1900,1000,"attachment:\伏魔殿的猛獁教皇.bmp",0.1,intx,inty
if intx > 0 and inty > 0 thenfor 3300
delay 1000
next
keypress "enter", 1
saystring "伏魔殿的猛獁教皇5分後重新整理"
keypress "enter", 1
end if
end sub
sub b
findpic 0,0,1900,1000,"attachment:\遠古深淵的遠古大帝.bmp",0.1,intx,inty
if intx > 0 and inty > 0 thenfor 3300
delay 1000
next
keypress "enter", 1
saystring "遠古深淵的遠古大帝5分後重新整理"
keypress "enter", 1
end if
end sub
2樓:ma房產經紀人
本身就可以不妨礙等待時間啊
按鍵精靈全程找圖命令,按鍵精靈裡找圖,連續找圖並執行命令?
裡面加兩句找圖 即可。如果你不需要馬上點掉對話方塊,就可以這樣做。能單執行緒就單執行緒。多執行緒如果有引數傳達,不好控制。按鍵精靈裡找圖,連續找圖並執行命令?按鍵精靈如何連續找圖?就是找到當前圖後執行下一條找圖命令?你現在有解決方法麼?我也遇到了這個問題。按鍵精靈,找圖命令怎麼用 我覺得 找圖 不能...
按鍵精靈區域找圖多圖判斷,按鍵精靈 區域找圖多圖判斷
dofindpic 0,0,1024,768,attachment a1.bmp 0.9,intx,inty if intx 0 and inty 0 thencall a1 exit do end if findpic 0,0,1024,768,attachment b1.bmp 0.9,intx...
按鍵精靈找圖多圖,按鍵精靈全屏找圖,以找到不同的圖來執行不同的動作
rem 找b圖 findpic 0,0,1024,768,attachment b圖.bmp 0.9,intx,inty if intx 0 then delay 1000 goto 找b圖 end if rem 找a圖 findpic 0,0,1024,768,attachment a圖.bmp ...