// Random Movement Thing[] things; int num; void setup(){ size(800,400); background(204,204,182); framerate(30); // Creating the objects num = width/8 -2; things = new Thing[num]; int hsize = 50; for (int i=0; i