!a = 0
!max = 60

//なんかいけてない
!digit = \(n)
 blockif(stringLength(""+n) == 1)
  "0" + n
  n

loop(max)
 !a = a + 1
 rotate(a/max*2 +1)
  shift(0,0.8)
   scale(0.03)
    circle()
    fs("black")
     shift(0,2)
      font("Gravitas One")
       text(a)
scale(1.56)
 circle()
scale(1.64)
 circle()
rotate(dateGetSeconds()/max*2 + 1)

 shift(0,0.8)
  scale(0.01,0.5)
   fs("black")
    rect()
  scale(0.1+sin(t/2)/20)
   circle()
font("Gravitas One")
 scale(1/4)
  fs("black")
   text(digit(dateGetHours()) + ":" + digit(dateGetMinutes()))
   shift(0,1)
    scale(0.5)
     text(digit(dateGetSeconds()))
tw:ina_ani
mce2
1382485669