// // Updated March 27 // // variables int num; Thing [] things; // array of Thing objects // add your class definition for Thing here // initialization void setup(){ size(600,400); num = 17; things = new Thing[num]; for(int i=0; i