Widdowmaker Posted December 7, 2003 Share Posted December 7, 2003 (edited) I made this when i saw one at http://www.thinkgeek.com/cubegoodies/lights/59e0/ i made it to practice so that if/when i bought that i would be able to read it without thinking about it. I spent about 6 hours on this. The only problem i know of is that it is one second off, but i dont know how ot fix that. And therfore one light off. ENJOY! Edit: Ok that file type wouldnt work. SO i put it in a RAR. I also put in a bonus game. IT is mouse invaders (kinda like space invaders) The instructions button in game dont work. But the Meat of the deal is the clock. games.rar Edited December 7, 2003 by Widdowmaker Link to comment Share on other sites More sharing options...
naap51stang Posted December 7, 2003 Share Posted December 7, 2003 Download what? No link that I could find........ :alien: Link to comment Share on other sites More sharing options...
ambu Posted December 7, 2003 Share Posted December 7, 2003 huh? enjoy what? :) Link to comment Share on other sites More sharing options...
JohnsonBox Posted December 7, 2003 Share Posted December 7, 2003 Do you mean this one? Or this one? Link to comment Share on other sites More sharing options...
Widdowmaker Posted December 7, 2003 Author Share Posted December 7, 2003 the bottom one. DOwnload the RAR and check it out. IT is pretty nifty. Link to comment Share on other sites More sharing options...
ike Posted December 7, 2003 Share Posted December 7, 2003 ehh the clock is a little buggy methinks... 11: should have more than one dot Link to comment Share on other sites More sharing options...
martinsc Posted December 7, 2003 Share Posted December 7, 2003 lol, nice job :p Link to comment Share on other sites More sharing options...
Widdowmaker Posted December 7, 2003 Author Share Posted December 7, 2003 Hours Min or Sec? IF it was in the seconds then i already know. If you read above it si always 1 sec off. Link to comment Share on other sites More sharing options...
Widdowmaker Posted December 7, 2003 Author Share Posted December 7, 2003 BTW it goes by Military Time. And if ya find a bug let me know. I just got odne fixing that 11 bug. BUt ill be damned if i can get it to be accurate to the seconds. IT is ALWAYS off on the seconds.... Glad you like it. Link to comment Share on other sites More sharing options...
ike Posted December 7, 2003 Share Posted December 7, 2003 i meant on the hours Link to comment Share on other sites More sharing options...
Mike Posted December 7, 2003 Share Posted December 7, 2003 i got bored and made one myself (attached below) :) Widdowmaker - how does yours get the current time? Link to comment Share on other sites More sharing options...
Widdowmaker Posted December 7, 2003 Author Share Posted December 7, 2003 you set the time yourself. I have three varibles that = the Val of the text. intH = Val(txtH.Text) would set the hour value Link to comment Share on other sites More sharing options...
nvme Posted December 7, 2003 Share Posted December 7, 2003 EDIT: nevermind Link to comment Share on other sites More sharing options...
Widdowmaker Posted December 7, 2003 Author Share Posted December 7, 2003 Wasent sure of the command. And help files didnt help. Link to comment Share on other sites More sharing options...
nvme Posted December 7, 2003 Share Posted December 7, 2003 the function is now(), and if you just run a format() on it you can return the individual hours, mins, secs. Link to comment Share on other sites More sharing options...
Mike Posted December 7, 2003 Share Posted December 7, 2003 you set the time yourself. I have three varibles that = the Val of the text.intH = Val(txtH.Text) would set the hour value the way i do it is have the program in a loop which gets the current time then works out which parts to show and which not to. mine however is done with c++ but i guess it would be easy enough for you to copy the way it works in vb with a timer and a function that gets the time Link to comment Share on other sites More sharing options...
Recommended Posts