触摸精灵吧 关注:11,855贴子:44,855
  • 0回复贴,共1

大神们帮忙看看哪里错了

只看楼主收藏回复

-- 适用屏幕参数
SCREEN_RESOLUTION="1136x640";
SCREEN_COLOR_BITS=32;
-- 主入口
function main()
touchDown(0, 305, 1210);
touchUp(0);
mSleep(5000);
repeat
mSleep(200);
x, y = findColorInRegionFuzzy(0xEFBE08, 85, 60, 1045, 220, 1220);
until x~=-1
touchDown(0, 135, 1145);
touchUp(0);
mSleep(2000);
touchDown(0, 220, 830);
touchUp(0);
mSleep(1000);
end


来自iPhone客户端1楼2014-06-18 11:49回复