Countdown Clock created by bukster
Category: Other
1 of 1
Added: 14 May 2007
Created by: bukster
Version: 3
Game description: This clock sits in an 'always on top' window on your desktop and can display the time and date or be set to display the countdown to a specific time. It can countdown to the same time every day, week or a sp... (more)
Reviews
-
Overall Score
-
Graphics
-
Sound
-
Gameplay
-
Story
-
Interface
Cool!
Added: 22 August 2007
Created by: smile-a-lot
Pros: Nice Graphics. Automatically sets the time correctly.
Cons: None.
More Games By This Creator
Page 1/5
Comments
snabelost said 262 days ago
draw_text(x,y,curent_day*)
draw_text(x,y,curent_month*)
draw_text(x,y,curent_year*)
Its as easy as thath
bukster said 352 days ago
The clock uses the computer clock's time to know what time it is. It uses some game maker functions to work out the time remaining. However it needs a lot of adjustments to get the time right. For example if the target time is 5 PM, then at 5PM you have to take off one day as you are now under 24 hours to go before target. You might have to then take off a year. Like most things, it's not as simple as it looks, but it's not the most complicated thing I've ever written.
gamexpert007 said 353 days ago
Dude, this can be quite useful. How does it know the date on computers?
By the way, I am a nerd, so I am using this clock to count down the days until the release of Super Smash Bros. Brawl. Right now it is scheduled to come out on Sunday, March 9, 2008.















bukster said 246 days ago
Report to Staff
That's the formula for showing current time snabelost. Current time is easy, countdown to a specific time and date takes a little more code.