按键精灵脚本,有条件的循环找2个颜色10次,
来源:学生作业帮 编辑:神马作文网作业帮 分类:综合作业 时间:2024/11/12 05:32:32
按键精灵脚本,有条件的循环找2个颜色10次,
第一个颜色 FindColor 106,116,502,512,"01C1F0",0,0.9,intx,inty
Delay 50
If intx >= 0 And inty >= 0 then
Delay 50
tap intx,inty
第二个颜色FindColor 106,116,363,373,"d69802",0,0.9,intx,inty
Delay 50
If intx >= 0 And inty >= 0
tap intx,inty
跳到异常点Goto yichang
按键精灵脚本求大神.我是特别白的啥也不懂,就会找色点击,大神多多包涵.循环找上面脚本2个颜色10次,若找到第一个颜色点击它,继续循环它本身,若找到第二个颜色点击它,然后跳到指定步骤“异常”,提前结束循环.
第一个颜色 FindColor 106,116,502,512,"01C1F0",0,0.9,intx,inty
Delay 50
If intx >= 0 And inty >= 0 then
Delay 50
tap intx,inty
第二个颜色FindColor 106,116,363,373,"d69802",0,0.9,intx,inty
Delay 50
If intx >= 0 And inty >= 0
tap intx,inty
跳到异常点Goto yichang
按键精灵脚本求大神.我是特别白的啥也不懂,就会找色点击,大神多多包涵.循环找上面脚本2个颜色10次,若找到第一个颜色点击它,继续循环它本身,若找到第二个颜色点击它,然后跳到指定步骤“异常”,提前结束循环.
for 10
findcolor 106,116,502,512, "01C1F0", 0, 0.9, intx,inty
if intx > 0 then
moveto intX,intY
delay 50
leftclick 1
end if
FindColor 106,116,363,373, "d69802", 0, 0.9, intx,inty
if intX > 0 then
moveto intX,intY
delay 50
leftclick 1
exit for
end if
next
goto yichang
未测试,你试试.这个循环时间有点短,如果要加长时间直接在延迟上加.
findcolor 106,116,502,512, "01C1F0", 0, 0.9, intx,inty
if intx > 0 then
moveto intX,intY
delay 50
leftclick 1
end if
FindColor 106,116,363,373, "d69802", 0, 0.9, intx,inty
if intX > 0 then
moveto intX,intY
delay 50
leftclick 1
exit for
end if
next
goto yichang
未测试,你试试.这个循环时间有点短,如果要加长时间直接在延迟上加.
按键精灵脚本,有条件的循环找2个颜色10次,
按键精灵脚本怎么录制和循环
按键精灵9,我要一个按键精灵脚本 就是在后台2秒按一次A的的脚本
按键精灵,当某个点的颜色等于红色,就执行某了个命令,否则一直循环,该怎么写?
按键精灵 当坐标xx颜色是xx时停止脚本,否则继续运行脚本
按键精灵怎么录制脚本?
按键精灵如何循环判断坐标点颜色
关于按键精灵鼠标移动脚本的问题 下面是我的脚本代码
怎么同时使用按键精灵脚本1和2,就是按A时使用脚本1,按B时使用脚本2
按键精灵9,一个固定位置第一次发现颜色点坐标1,第二次发现颜色点坐标2..如此反复,用什么脚本啊
按键精灵如何判断与循环,如何判断会变化同一种颜色.
谁会做按键精灵的脚本,我需要从A点移动到B点,同时按1键.