int x;void setup() { x= 0;}void draw() { //background(0); x++; ellipse(50, 50, x, x); if(x > 105) { x = -5; }}
Post a Comment
No comments:
Post a Comment