clear() setSpeed(fast) repeat(10) { setFillColor(randomColor.fadeOut(0.5)) repeat(4) { forward(100) right() } right(36) }