按键精灵判断怎么写?
发布网友
发布时间:2022-10-13 00:26
我来回答
共2个回答
热心网友
时间:2023-10-25 12:43
在按键精灵中判断语句的写法:
指令X
FindPic 0,0,1024,768,"Attachment:\图片1.bmp",1,intX,intY
If intX > 0 And intY > 0 Then
//要执行的代码
endif
FindPic 0,0,1024,768,"Attachment:\图片2.bmp",1,intX,intY
If intX > 0 And intY > 0 Then
//要执行的代码
endif
FindPic 0,0,1024,768,"Attachment:\图片3.bmp",1,intX,intY
If intX > 0 And intY > 0 Then
//要执行的代码
endif
热心网友
时间:2023-10-25 12:43
第一分支a的上面弄个goto a ,再在b处代码后面加个Rem a,第一分支完成,其他也是这么写