float x= 200;
float y= 200;
float speed = 2;
void setup() {
size(600, 600);
smooth();
}
void draw() {
background(0);
x= x + speed;
ellipse(x, y,50,50);
fill(255,0,0);
}
float x= 200;
float y= 200;
float speed = 2;
void setup() {
size(600, 600);
smooth();
}
void draw() {
background(0);
x= x + speed;
ellipse(x, y,50,50);
fill(255,0,0);
}
Our goal is to make the OpenLab accessible for all users.
Our goal is to make the OpenLab accessible for all users.
Michael,
If this is Homework 3.2 then this is not exactly what was assigned. Please consult the page again: