//Exercise in Class //Justin Gonzalez size(500,500); background(120, 230,110); text("Zoog",10,10); // attempt at antena 1 fill(180, 170, 100); triangle(115,75,5,20,90,110); // attempt at antena 2 fill(180, 170, 100); triangle(197,75,300,20,225,110); // head fill(0); ellipse(170,150,200,200); // big giant eye fill(230, 230, 0); ellipse(180, 170, 100, 100);