// parameters to define the size of the body parts int bolbw = 10; int bolbh = 15; int nofbolbs = 8; void setup () { size (200, 200); smooth(); noLoop(); // for static drawing translate (width/2, height/2); background(255); noStroke(); warm(); } void warm() { fill(0, 255, 0); // body is green for (int j=0; j