// A program to simulate balloons with LEDs inside // Brock Craft // at tinker.it int num= 60; Led[] led; void setup(){ size(300,300); noStroke(); smooth(); colorMode(HSB); led=new Led[num]; for (int i=0;i=map.length){ i=0; } fill(180,map[i],175); noStroke(); ellipse(x,y,30,30); } }