Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Re: clock expression script

  • Julian Sixx

    April 14, 2007 at 3:09 pm

    Hi

    value + Math.floor(time)*6 // for the second hand

  • Victor Nash

    April 14, 2007 at 3:19 pm

    create 3 “hands” from a solids and make sure to put your anchor point “at the bottom” Do that 3 times.. Hours Minutes Seconds.. Add this expression to the Rotation

    Hours:
    240+time/100

    Minutes:
    60+time/10

    Seconds:
    Math.ceil(time)*6

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy