HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Timer

08-17-2002, 08:47 PM#1
Guest
Can someone please tell me how to make a timer with a title that will count down from 20 seconds to 0 then wait a couple of seconds then delete itself. Please I can't figure it out.
08-17-2002, 10:21 PM#2
Guest
Coundown Timer - Start [timer] as a one-shot timer that will expire in 20 second
Coundown Timer - Create a countdown timer window for last created timer

Event:
[timer] expires

Actions
Wait 2 seconds
Destroy last created timer window
08-17-2002, 11:00 PM#3
Guest
Thank you, I had create timer window code above the start timer code, for some reason, that way it would display the timer, but it would not start the 20 second count down. THX again