请问若:
FUNCTION main()
(界面一)
IF getColor(100,100)==0xffffff then
touchDown(0,1,1)
touchUp(0)
end
(界面二)
if getColor(200,200)==0x000000 then
touchDown(9,2,2)
touchUp(0)
end
end
我想(界面一)做三次便停止.界面二不限次数,应该如何写?
请指导,谢谢!
FUNCTION main()
(界面一)
IF getColor(100,100)==0xffffff then
touchDown(0,1,1)
touchUp(0)
end
(界面二)
if getColor(200,200)==0x000000 then
touchDown(9,2,2)
touchUp(0)
end
end
我想(界面一)做三次便停止.界面二不限次数,应该如何写?
请指导,谢谢!