clear() setBackground(color(204, 204, 255)) setPenColor(darkGray) repeat(18) { setFillColor(randomColor.fadeOut(0.5)) repeat(5) { forward(100) right(150) } right(20) } invisible()