View Full Version: Clock

Dozensonline > Number Bases > Clock



Title: Clock
Description: I need help making a dozenal clock...


Tesseract - February 12, 2008 11:15 PM (GMT)
Could someone with more knowledge of JavaScript do this for me?

Something like this, but with "user posted image." added to the beginning, the semicolons removed, extending forwards one place value, and using my digits:

(For example: user posted image.user posted imageuser posted imageuser posted imageuser posted imageuser posted imageuser posted image)

(The dozenal point is too high there, though.)

Tesseract - February 13, 2008 12:12 AM (GMT)
user posted image, user posted image, user posted image, user posted image, user posted image, user posted image, user posted image, user posted image, user posted image, user posted image, ...

Tesseract - February 13, 2008 12:13 AM (GMT)
... user posted image, and user posted image.

Dan - February 17, 2008 08:16 AM (GMT)
Looks like all you have to do is edit the convert() function so that it returns the digits you want, like this:

CODE
function convert(dec) {
  return '<img src="' + dec + '.png">';
}

Tesseract - February 17, 2008 06:27 PM (GMT)
No idea how to do that.




Hosted for free by InvisionFree