local b = getColor (370,1184)
while true do
if b == 0x3C78FF then
touchDown(0,370,1184);
touchUp(0, 370,1184);
mSleep(500)
break
else
mSleep(5000)
end
end
function getColor()--找色转视频
local b = getColor (370,1184)
while true do
if b == 0x3C78FF then
touchDown(0,370,1184);
touchUp(0, 370,1184);
mSleep(500)
break
else
mSleep(5000)
end
end
end
function main()
getColor()
end