看板 EzHotKey 關於我們 聯絡資訊
我想利用抓圖做動作的判定 寫法是 FindPic 166,195,235,264,"Attachment:\J.bmp",0.8,intX,intY If intX > 0 and intY > 0 Then Delay 500 * n goto done End if 單獨使用上面這段都可以成功的抓到圖 但是當我把她跟其他的腳本放在一起後她就不會抓圖了 例如 rem code1 MoveTo 921,59 LeftClick 1 Delay 1000 * n MoveTo 743,81 LeftClick 1 Delay 1000 * n FindPic 166,195,235,264,"Attachment:\J.bmp",0.8,intX,intY If intX > 0 and intY > 0 Then Delay 500 * n goto code1 End if Delay 1500*n MoveTo 921,59 LeftClick 1 Delay 2000 * n MoveTo 218,438 想請問哪裡出問題了@@?? -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 1.163.156.120