// How many wanderers int num=5; // Their positions float[] x = new float[num]; float[] y = new float[num]; void setup() { size(400,400); smooth(); noStroke(); background(0); // loop to initialize all the coordinates of the wanderers for (int i=0; i