按键精灵颜色判断.我想让一个颜色通过坐标点时按键。
按键精灵颜色判断.我想让一个颜色通过坐标点时按键。试了几次无论是一个颜色通过坐标还是该坐标不是某个颜色都不行。如IfColor999,310,"B4F8FD",0Then...
按键精灵颜色判断.我想让一个颜色通过坐标点时按键。试了几次无论是一个颜色通过坐标还是该坐标不是某个颜色都不行。如IfColor 999,310,"B4F8FD",0 Then
Else
End If
KeyPress "L", 1
For 1
Next
IfColor 506,378,"FFD730",0 Then
Else
End If
KeyPress "S", 1
IfColor 999,239,"3C40CE",0 Then
Else
End If
KeyPress "P", 1 展开
Else
End If
KeyPress "L", 1
For 1
Next
IfColor 506,378,"FFD730",0 Then
Else
End If
KeyPress "S", 1
IfColor 999,239,"3C40CE",0 Then
Else
End If
KeyPress "P", 1 展开
1个回答
展开全部
很明显你不了解IfColor 的用法,找个例子看看吧
-------------------------------------------------------------------------------------------------------
IfColor 999,239,"3C40CE",0 Then
要想上面的IfColor成立时运行的语句应该放这里
Else
这里是放上面的fColor不成立时要运行的代码
End If
在这以下的地方不管IfColor成不成立都会执行,也就是说你的KeyPress "P" ,1 KeyPress "S", 1 KeyPress "L", 1 无论颜色是什么都会执行
另外你的For 1 Next 无意义
-----------------------------------------------------------------------------------------------------------
你的应该改成
IfColor 999,310,"B4F8FD",0 Then
KeyPress "L", 1
End If
For 1
IfColor 506,378,"FFD730",0 Then
KeyPress "S", 1
End If
IfColor 999,239,"3C40CE",0 Then
KeyPress "P", 1
End If
Next
-------------------------------------------------------------------------------------------------------
IfColor 999,239,"3C40CE",0 Then
要想上面的IfColor成立时运行的语句应该放这里
Else
这里是放上面的fColor不成立时要运行的代码
End If
在这以下的地方不管IfColor成不成立都会执行,也就是说你的KeyPress "P" ,1 KeyPress "S", 1 KeyPress "L", 1 无论颜色是什么都会执行
另外你的For 1 Next 无意义
-----------------------------------------------------------------------------------------------------------
你的应该改成
IfColor 999,310,"B4F8FD",0 Then
KeyPress "L", 1
End If
For 1
IfColor 506,378,"FFD730",0 Then
KeyPress "S", 1
End If
IfColor 999,239,"3C40CE",0 Then
KeyPress "P", 1
End If
Next
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询