size(600,600); //size of backgroud smooth(); background(135,206,250); //green smooth(); int xPos=mouseX; String author= "Marvin A. Cisneros"; text (author, width/4, 40); rectMode(CENTER); fill(255, 255, 0); //makes yello ellipse(100,70,60,60);//makes the sun rectMode(CORNER); fill(0,255,0); //green grass rect(0,400,600,200); fill(165,42,42); rect(360,300,200,100); //cealling fill(210,105,30); triangle(360, 300, 560, 300, 450,200); //house fill(218,165,32); rect(360,340,60,60);//door rect(100,500,80,40);//dog body rect(180,480,20,20);//dog head fill(255,0,0); rect(380,500,50,90); rect(395,480,25,20);