//Daniel.Douglas CST112 2012 Jan 25 // My First sketch size(300,200); background(227,180,150); fill(0,0,255); text( "hacker, first!!!!!!!" ,100, 15); stroke(0,255,0); fill(255,255,0); rect(20,20,30,70); background(240,230,0); strokeWeight(6); stroke(0,255,255); fill( 255, 150, 100); ellipse(10, 10, 40, 30);