inicio mail me! sindicaci;ón

AS3 - Clock Clock clone

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)…

EXAMPLE

- and Illuminated Example

SOURCE

4 Responses to “AS3 - Clock Clock clone”

  1. francox Says:

    i so cool, thanks..
    i wondering if i could use it on a personal project?
    sorry for my bad english.

  2. admin Says:

    @francox

    Absolutely! Use it how you want, although post a link here (or email it if its non public) when you finish it!

    Liam

  3. Kalou Says:

    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 ;)

  4. Adrian Parr Says:

    Hi Liam, I like this clock. Nice one.

Leave a Reply