當前位置:編程學習大全網 - 網站源碼 - 在按鍵精靈中判斷語句的寫法

在按鍵精靈中判斷語句的寫法

在按鍵精靈中判斷語句的寫法:

指令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

  • 上一篇:.Net怎麽在HTML頁面嵌入代碼以進行判斷?
  • 下一篇:將來想從事遊戲開發,大學期間該怎麽做
  • copyright 2024編程學習大全網