clear()
setAnimationDelay(1)
repeat(3){
forward(100)
right(120)
}
right()
hop(200)
repeat(10){
forward(50)
right(36)
}
right()
hop(250)
repeat(15){
forward(30)
right(24)
}
right()
hop(300)
repeat(100){
forward(5)
right(3.6)
}
right()