Grass grasses[]; int num_of_grasses = 200; BodyPart parts[]; int num_of_BodyPart = 20; BlinkingEye eye1; void setup() { size(600,300); frameRate(30); smooth(); background(255); noCursor(); grasses = new Grass[num_of_grasses]; for(int i=0;i