Response title
This is preview!




Click on Join Now to Sign Up


well, thanks to the other guys, jbum and phi.lho, I really only put the pieces together... and that also wrong... 
text(nf(sw.hour(), 2)+":"+nf(sw.minute(), 2)+":"+nf(sw.second(), 2), 150, 175);
change to:
text(nf(sw.hour(), 2)+":"+nf(sw.minute(), 2)+":"+nf(sw.second(), 2)+":"+nf(sw.hundrensec(), 2), 150, 175);