// fork from tw:ina_ani:文字敷き詰め
addDescription("h1", "レーダーみたいなの")
scale(2)
!c = 0
loop(200)
shift(rand()-0.5,rand()-0.5)
scale(0.01)
rect()
if(not((floor(t/10))%50 - c%50))
scale(0.01 + (10-t%10)/100)
rotate(t/20)
ss("green")
rect()
scale(1.2)
rect()
!c = c + 1