Code Sketch


Circle Pattern
By: Asif Ahmed Chandsha
Category: Programming
clear()

setSpeed(superFast)


repeat(100) {
    


setPenColor(randomColor)
setPenThickness(1)
//setBackground(cm.pink.fadeOut(0.5))

setBackgroundV(blue, red)

repeat(360) {

    forward(1)
    right(360/360)
}

right(10)

}