size(400, 200); background(0); smooth(); noFill(); stroke(255); for(int i = 30; i <= 230; i += 50) ellipse(i, 30, 40, 40);