- Show Sketch
/** @peep sketchcode */
void setup() {
size(200, 200);
background(204);
}
void draw() {
float y = frameCount * 0.01;//slow frame count
ellipse(width/2, y, 40, 40);
}
Nothing in the gallery yet!
/** @peep sketchcode */
void setup() {
size(200, 200);
background(204);
}
void draw() {
float y = frameCount * 0.01;//slow frame count
ellipse(width/2, y, 40, 40);
}
Nothing in the gallery yet!
Comments