Need Help for my Script pls

Ask gaming related questions (AHK v1.1 and older)
Yaruqii
Posts: 32
Joined: 11 Jul 2021, 16:29

Need Help for my Script pls

Post by Yaruqii » 31 Aug 2022, 08:22

Hey, I have a code which just beeps in some time stamps when I press "End" on my Keyboard, now I want to visualize it. (Look at the code first before reading this: ) Image here I did a little Example how it should look like. So when I press the Button on the Keyboard, then in the Timer box I want a Countdown which first counts down from 21,5sec to 0sec, then it should automaticly start a new countdown which counts from 7sec to 0sec. The two numbers under the Box are just for me just write in in there as a static number, (the countdown should have one decimal place) Thanks a lot! <33

Code: Select all

End::
SoundBeep, 1500
Sleep, 21500
SoundBeep, 1000
Sleep, 7000
SoundBeep, 500
Return

User avatar
mikeyww
Posts: 26951
Joined: 09 Sep 2014, 18:38

Re: Need Help for my Script pls

Post by mikeyww » 27 Sep 2022, 19:04

Hi,

The forum already has multiple posts with countdown timers. You could probably adapt one or more of them.

Post Reply

Return to “Gaming Help (v1)”