clear() setSpeed(fast) setBackgroundH(orange, yellow) repeat(4) { setFillColor(randomColor) repeat(4) { circle(100) right() } right(45) }