判断a点的颜色是否为绿色,如果是绿色就点击b点,如果是红色或无数值无色的时候就点击c点,这个脚本该怎么写,求大神帮忙!(机器为苹果6p 要是有知道分辨率的话大神,随便帮忙把位置坐标就添加上,万分感谢)
function main()
a = getColor(660,345);
if a == 0xFFFF00 then
touchDown(666,866);
touchUp(0);
end
end
复制别的来的 求看看如何修改。
@文剑木然
function main()
a = getColor(660,345);
if a == 0xFFFF00 then
touchDown(666,866);
touchUp(0);
end
end
复制别的来的 求看看如何修改。
@文剑木然










