clear() setFillColor(black) setBackgroundH(orange,yellow) setSpeed(fast) repeat(24) { repeat(5) { right(72) forward(125) } right(360/24) }