void setup(){
  size(640, 360); //resizing window
   background(165,293,4);//setting background color
   text("Nicholas", 280,180);
}
 
void draw(){
if(mousePressed == true){
  background(250,230,100);
  line(320,180,340,180);
  text("Nicholas J. Brown", 280,180);
  fill(201,36,87);
   
  }
}


                
                

code

tweaks (0)

about this sketch

This sketch is running in HTML5 using Processingjs.

This sketch is saved as a draft and it is not published on the homepage and browse page.

license

advertisement


EXPLO

Nick

Add to Faves Me Likey@!
You must login/register to add this sketch to your favorites.

You need to login/register to comment.