cleari() setSpeed(fast) repeat(100) { setFillColor(randomColor.fadeOut(0.2)) repeat(10) { forward(100) right(500) } right(30) }