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

播放错误求教

只看楼主收藏回复

function main()rotateScreen(90);
x,y=findImageInRegion("/var/touchelf/a.bmp", 1071, 167, 1130, 226);
if x ~= -1 and y ~= -1 then
touchDown(0, x+5, y+5);
mSleep(500);
touchUp(0);else
notifyMessage("no");
end
end
出现了/var/touchelf/scripts/1.lua:31:<eof> expected near 'end'
还有我按音量键,弹出了触动精灵的东西,但我已删了触动精灵


IP属地:中国澳门1楼2014-01-28 20:33回复


    IP属地:中国澳门2楼2014-01-29 13:03
    回复