let locationX, locationY;
let velocityX, velocityY;
createCanvas(windowWidth, windowHeight);
locationX = locationX + velocityX;
fill(random(255),random(255),random(255));
ellipse(locationX-150,locationY+150,40,40)
fill(random(255),random(255),random(255));
ellipse(locationX-120,locationY+120,40,40)
fill(random(255),random(255),random(255));
ellipse(locationX-90,locationY+90,40,40)
fill(random(255),random(255),random(255));
ellipse(locationX-60,locationY+60,40,40)
fill(random(255),random(255),random(255));
ellipse(locationX-30,locationY+30,40,40)
fill(random(255),random(255),random(25));
ellipse(locationX, locationY, 40, 40);
fill(random(255),random(255),random(255));
ellipse(locationX+30,locationY-30,40,40)
fill(random(255),random(255),random(255));
ellipse(locationX+60,locationY-60,40,40)
fill(random(255),random(255),random(255));
ellipse(locationX+90,locationY-90,40,40)
fill(random(255),random(255),random(255));
ellipse(locationX+120,locationY-120,40,40)
fill(random(255),random(255),random(255));
ellipse(locationX+150,locationY-150,40,40)
fill(random(255),random(255),random(255));
ellipse(locationX+180,locationY-180,40,40)
fill(random(255),random(255),random(255));
ellipse(locationX+210,locationY-210,40,40)
fill(random(255),random(255),random(255));
ellipse(locationX+240,locationY-240,40,40)
fill(random(255),random(255),random(255));
ellipse(locationX+270,locationY-270,40,40)
fill(random(255),random(255),random(255));
ellipse(locationX+300,locationY-300,40,40)
fill(random(255),random(255),random(255));
ellipse(locationX+330,locationY-330,40,40)
fill(random(255),random(255),random(255));
ellipse(locationX+360,locationY-360,40,40)
fill(random(255),random(255),random(255));
ellipse(locationX+390,locationY-390,40,40)
fill(random(255),random(255),random(255));
ellipse(locationX+420,locationY-420,40,40)
fill(random(255),random(255),random(255));
ellipse(locationX+450,locationY-450,40,40)
fill(random(255),random(255),random(255));
ellipse(locationX+480,locationY-480,40,40)
fill(random(255),random(255),random(255));
ellipse(locationX+510,locationY-510,40,40)
fill(random(255),random(255),random(255));
ellipse(locationX+540,locationY-540,40,40)
fill(random(255),random(255),random(255));
ellipse(locationX+570,locationY-570,40,40)
fill(random(255),random(255),random(255));
ellipse(locationX+600,locationY-600,40,40)