Thursday, November 10, 2011

How My Computer Percieves Me


I got a feeling that my computer sees me as a monster with their eyes popping out glued to the computer argh so horrific

Thursday, November 3, 2011

Integer Version Robot

Here is the Integer version I'm posting this because I was finally able to do it but I could only go this far and also because it is not saving properly so out of fear of it being erased I'm posting what I got so far

int x = 60; //x-coordinate
int y = 420; // y-coordinate
int bodyHeight = 120; //bodyheight
int neckHeight = 100; //neckheight/Antennae
int radius = 10; //head
int ny = y - bodyHeight - neckHeight - radius; //Antennae

size (720, 480);
smooth ();
strokeWeight (2);
background (204);
ellipseMode (RADIUS);

//Head
stroke(102);
fill(102);
ellipse(x+190, ny-90, radius, radius); //ball
line(x+200, ny+10, x+190, ny-90); //Antennae
ellipse(x+175, ny+25, radius+5, radius+5); //left ear
ellipse(x+233, ny+25, radius+5, radius+5); //right ear
stroke(0);
fill(0);
ellipse(x+204, ny+59, radius+45, radius+45); //head
fill(255);
ellipse(x+220, ny+45, radius+6, radius+22); //right eye
fill(255);
ellipse(x+185, ny+45, radius+6, radius+22); //left eye
fill(0);
ellipse(x+228, ny+45, radius-7, radius); //pupil
ellipse(x+177, ny+45, radius-7, radius); //pupil


//Body
noStroke();
fill(102);
ellipse(x+204, y-50, radius+35, radius+35); //end orb
fill(0);
rect(x+159, y-bodyHeight-43, bodyHeight-30, bodyHeight); //main body
fill(102);
rect(x+168, y-bodyHeight-26, bodyHeight-50, bodyHeight-70); //inside panel
rect(x+159, y-bodyHeight+50, bodyHeight-30, bodyHeight-114); //gray stripe