//
// fork from tw:ina_ani:すなば
//
!a = arrayInit()
loop(100)
 arrayPush(a,rand())

scale(0.3)
 lw(0.5)
  !max = arrayCount(a)
  !c = 0
  fig(1)
   loop(max)
    rotate(c/max * 2)
     !t = arrayGet(a,c)
     shift(0,t)
      xy(0,1)
    !c = c + 1
  !c = 0
  
  loop(max)
    rotate(c/max * 2)
     !t = arrayGet(a,c)
     shift(0,t)
      shift(0,1)
       scale(0.07)
        circle()
       scale(0.02)
        circle()
    !c = c + 1
tw:ina_ani
mce2
1382485716