是脚本问题?
SCREEN_RESOLUTION="640x1136";
SCREEN_COLOR_BITS=32;
-- 主入口
function main()
mSleep(100);
w, h = getScreenResolution();
for i=1, 6*600 do mSleep(30);
touchDown(0,0.2425*w,0.9617*h);
mSleep(30);
touchMove(0,0.15125*w,0.91484*h);
mSleep(30);
touchUp(0);
end end
SCREEN_RESOLUTION="640x1136";
SCREEN_COLOR_BITS=32;
-- 主入口
function main()
mSleep(100);
w, h = getScreenResolution();
for i=1, 6*600 do mSleep(30);
touchDown(0,0.2425*w,0.9617*h);
mSleep(30);
touchMove(0,0.15125*w,0.91484*h);
mSleep(30);
touchUp(0);
end end