Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as Processing by LGambo ( 5 years ago )
void setup() {
 size(300, 300);
 background(#FFFFFF);  
 stroke(128,0,128);
}

void draw() {
  background(#FFFFFF);
  line(10, 10, mouseX, mouseY);
  line(290, 10, mouseX, mouseY);
  line(290, 290, mouseX, mouseY);
  line(10, 290, mouseX, mouseY);
}

 

Revise this Paste

Your Name: Code Language: