按键精灵跳转问题

2024-11-23 12:41:16
推荐回答(2个)
回答1:

跳转其实就是
LOOP 《标签名》 -----声明标签
《内容》
goto 《标签名》 -----跳转到标签继续运行

自己插入下就好了

你把上面的找图复制到那里就好了啊。。

FindPic 0,0,1024,768,"Attachment:\2.bmp",0.9,intX,intY
If intX > 0 And intY > 0 Then
MoveTo intX, intY
LeftClick 1
Delay 10
Move to 193, 296
LeftClick 1
Delay 10

FindPic 0,0,1024,768,"Attachment:\2.bmp",0.9,intX,intY
If intX > 0 And intY > 0 Then
MoveTo intX, intY
LeftClick 1

Move to 192, 294
LeftClick 1
Delay 10

FindPic 0,0,1024,768,"Attachment:\2.bmp",0.9,intX,intY
If intX > 0 And intY > 0 Then
MoveTo intX, intY
LeftClick 1

回答2:

思路问题,代码现在有了,人家回答是对的,关键是怎么用,循环,和判断是最基本的一定要会,不然你的代码以后会很多,重要的是思路,没有想法,你水平再高也没用,水平再高没耐心也没用,
有耐心才能写出好程序。