size(600, 300); background(0); smooth(); noFill(); stroke(255); for(int i = 0; i < 5; i++) ellipse(30 + i * 50, 30, 40, 40);