level 1
xl453640453
楼主
x, y = findImageFuzzy('/var/touchelf/tupian/钱包.bmp', 60)
if x ~= -1 and y ~= -1 then -- 如果x和y不等与-1,说明找到了
click(128, 590)
end
例如这个图要5-10秒才回找到
2015年02月21日 01点02分
1
if x ~= -1 and y ~= -1 then -- 如果x和y不等与-1,说明找到了
click(128, 590)
end
例如这个图要5-10秒才回找到