A few days ago the fantasticly talented Ed Watt (@designed) posted up a link on Twitter to the Clock Clock project by those crazy Swedes Humans since 1982… Anyway, I decided to have a go at recreating it in AS3 just for the hell of it…
Here’s the example, and here’s the source (it’s pretty bad, just thrown together but it works)…
- and Illuminated Example

June 10th, 2009 at 2:01 pm
i so cool, thanks..
i wondering if i could use it on a personal project?
sorry for my bad english.
June 10th, 2009 at 3:50 pm
@francox
Absolutely! Use it how you want, although post a link here (or email it if its non public) when you finish it!
Liam
March 8th, 2010 at 7:35 am
Hello,
Very nice clock
But you should change your setTheTime function into ClockFace.as like this :
public function setTheTime(_big:int = 0, _little:int = 0):void{
TweenLite.to(bigHand, tweenTime, {rotation:_big , alpha:( _big==-135 )?0:1 });
TweenLite.to(littleHand, tweenTime, {rotation:_little , alpha:( _little==-135 )?0:1 });
}
like this it’s easer ton read it
June 3rd, 2010 at 8:19 am
Hi Liam, I like this clock. Nice one.