Jump to content

count down timer help


uzi17
 Share

Recommended Posts

i made this basic count down timer which is attached to this message

the time the counter is set can only be changed from changing the code. What i want to try and do is to make it prompt the user for a count down time when the .exe file is launched and it will count down from that number.

im new to autoit and i just need to be pointed into the right direction

thanks

count_down___Version_2.au3

Link to comment
Share on other sites

  • Developers

you mean something like:

Local $countDown = InputBox("Countdown","specify timer value in minutes","5")

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

you mean something like:

Local $countDown = InputBox("Countdown","specify timer value in minutes","5")

Jos

that works great

i now have

Local $hours = InputBox("Count Down", "Enter number of hours", "0")
Local $mins = InputBox("Count Down", "Enter number of mins", "5"

is there a way i could make it so it prompts me for both values on the 1 input box?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...