clear() setSpeed(fast) var fill = (yellow) repeat(18) { setFillColor(fill) repeat(6) { forward(150) right(360 / 6) } right(20) fill = fill.spin(60) }