Sunday, May 31, 2009

cartoon land

void setup()
{
size(300,300);
background(6,228,33);

stroke(2,350,250,240);
fill(222, 488, 13);


  
}
void draw()
{   

rect(mouseX, height/2, mouseY/2+10, mouseY/2+10);
ellipse(width-mouseX, height/2, ((height-mouseY)/2)+10, ((height-mouseY)/2)+10);
}

infoinfo

submitted by: sophie.mcdonald



Tags:

commentscomment

loading loading...

 

sign in to Add a comment: