Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MultiThread
#3
To wait for multiple events often it's better/easier in single thread with rep.
Macro Macro2319
Code:
Copy      Help
rep
,0.1 ;;you can make this smaller if need faster response, but then the macro may use too much CPU, look in Task Manager
,if(win("Window" "" "" 0x400)) break
,if(pixel(500 500)=0x123456) break
Anyway, wait WV and wait C do the same like in this example.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)