Working Clock created by hit172
Category: Strategy
Rated 2.5 by 4 members. Played 15 times.
1 of 1
Rate this game
Reviews
-
Overall Score
-
Graphics
-
Sound
-
Gameplay
-
Story
-
Interface
This Game Has No Reviews.
More Games By This Creator
This creator has no other games uploaded.
Comments
tomato456 said 435 days ago
Although the clock is correct, this can hardly be considered a game. Still, this function is useful and could be used in other games where time matters.




bukster said 435 days ago
Report to Staff
I've done few clocks myself. I've posted one of them to this site, the Steve Irwin clock.
In your version the minute hand doesn't move for part hours. So at 7:55, it is still pointing to hour 7.
Try this formula for the hour hand
draw_line(160,420,(cos(pi * (((myhour)-3)/6) + ((current_minute/30)* pi/12)) * 40) + 160,(sin(pi * (((myhour)-3)/6) + ((current_minute/30)* pi/12)) * 40) + 420)
You might have to adapt it a little to work on your clock.