level 6
-- 适用屏幕参数
SCREEN_RESOLUTION="1536x2048";
SCREEN_COLOR_BITS=32;
function x()
mSleep(math.random(50, 60));
rotateScreen(90);
touchDown(20,1830,1200)
mSleep(100)
touchUp(20,1830,1200)
mSleep(500)
end
为什么用function x()就会报错 attempt to call a nill value,
用function main()就正常运行了
2016年08月05日 05点08分
1