clear() setSpeed(fast) setBackgroundV(pink, magenta) repeat(90) { circle(95) right(100) repeat(100) { setPenColor(white) } }