clear() setSpeed(fast) setPenColor(cm.gray) repeat(18){ setFillColor(red) repeat(5) { forward(100) right(72) } right(360/18) }