Clock colorTimer; Bodies twoBodies; TimeTracker timeLine; int appHour; Star [] stars; void setup(){ size(500, 400); background(255, 255, 255); smooth(); colorTimer=new Clock (300, 375); twoBodies=new Bodies(); timeLine=new TimeTracker (); stars = new Star[100]; for (int i=0; i