Tatiana’s blog

Processing


void setup() {
size(200, 200);
fill(126);
background(0);
}

void draw() {
if(mousePressed) {
stroke(255);
} else {
stroke(150);
}
point(mouseX, mouseY);

}

October 17, 2008 - Posted by | 1

No comments yet.

Leave a Reply

Please log in using one of these methods to post your comment:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.