1688 posts
Location
'MURICA
Posted 25 October 2012 - 11:34 PM
So I just decided to make a nice clock with CC's recent update. The minute hand is purple, and the hour hand is green.
Download:
http://pastebin.com/jvzQ0YwDWhen running the program, you can give a parameter to determine the size of the clock. Also note that this does not automatically run on a monitor.
139 posts
Posted 25 October 2012 - 11:39 PM
there are functions in terminal so that you can term.getCursorPos() so that you dont need to enter the size and term.isColor() so that it can run on normal computers
can you also add a small hand on the side for AM/PM
1688 posts
Location
'MURICA
Posted 25 October 2012 - 11:51 PM
there are functions in terminal so that you can term.getCursorPos() so that you dont need to enter the size and term.isColor() so that it can run on normal computers
can you also add a small hand on the side for AM/PM
Do you mean "term.getSize()" so that it automatically sizes to the screen? That's what it was originally doing, but I didn't really like it when the clock went around the entire screen; I prefer to have some space between the clock and the edge.
As for your second and third suggestion, I'll go ahead and do that.
I'll go ahead and fix a small math error I made as well.
139 posts
Posted 25 October 2012 - 11:57 PM
there are functions in terminal so that you can term.getCursorPos() so that you dont need to enter the size and term.isColor() so that it can run on normal computers
can you also add a small hand on the side for AM/PM
Do you mean "term.getSize()" so that it automatically sizes to the screen? That's what it was originally doing, but I didn't really like it when the clock went around the entire screen; I prefer to have some space between the clock and the edge.
As for your second and third suggestion, I'll go ahead and do that.
I'll go ahead and fix a small math error I made as well.
thanks I meant term.getSize
note its a nice program
1688 posts
Location
'MURICA
Posted 26 October 2012 - 12:31 AM
Updated, and thanks. ^^
139 posts
Posted 26 October 2012 - 12:33 AM
the image 404ed?
1688 posts
Location
'MURICA
Posted 26 October 2012 - 12:35 AM
I was replacing it in my dropbox ^_^/>/>