Search found 3 matches

by GabeTheGiant
19 Jun 2018, 20:03
Forum: Ask for Help (v1)
Topic: Can someone explain the timer commands in a more comprehensive way than the guide or just enough to make a specific prog
Replies: 6
Views: 3706

Re: Can someone explain the timer commands in a more comprehensive way than the guide or just enough to make a specific

Hope this helps. #SingleInstance Force Start_Time:=A_TickCount SetTimer,test,10000 return ; To test this, run the script and then let it show the first tooltip. After that, press numpad 1 every 2-3 seconds for about 20 seconds. ; As you will see, the next time the tooltip shows the time won't be 20...
by GabeTheGiant
13 Jun 2018, 08:48
Forum: Ask for Help (v1)
Topic: Can someone explain the timer commands in a more comprehensive way than the guide or just enough to make a specific prog
Replies: 6
Views: 3706

Can someone explain the timer commands in a more comprehensive way than the guide or just enough to make a specific prog

Here's some perspective: I am trying to make a script in which a timer runs separately from the main routine. When the main routine is running correctly, it will detect certain actions(whether it be color, movement, or code) and every TRUE statement will be sent to the time to make it start from the...
by GabeTheGiant
10 Jun 2018, 18:27
Forum: Ask for Help (v1)
Topic: How to detect if the program window has turned black?
Replies: 1
Views: 529

How to detect if the program window has turned black?

okay I'm writing a script and I need help on how to make so that if the screen doesn't turn black for a certain amount of time then the script switches from its normal subroutine to another sub that fixes the problem to put it into perspective, the screen has a black transition that happens regularl...

Go to advanced search