Monday, April 02, 2012
Symetrical patterns V2: Colours!
              // A peice of art by SubtleMonster. 
//Follow him on twitter now! @SubtleMonster
// I have just added colours and transparency
//to my original sketch Symetrical patterns.
//Hope you enjoy!
void setup() {
size(400,500);
background(200,99,90);
smooth();
}
  
void draw() {
fill(10,mouseX, mouseY, mouseX);
ellipse(10,frameCount,mouseX,mouseY);
ellipse(210,frameCount,mouseX,mouseY);
ellipse(400,frameCount,mouseX,mouseY);
  
}
          //Follow him on twitter now! @SubtleMonster
// I have just added colours and transparency
//to my original sketch Symetrical patterns.
//Hope you enjoy!
void setup() {
size(400,500);
background(200,99,90);
smooth();
}
void draw() {
fill(10,mouseX, mouseY, mouseX);
ellipse(10,frameCount,mouseX,mouseY);
ellipse(210,frameCount,mouseX,mouseY);
ellipse(400,frameCount,mouseX,mouseY);
}
              info 
            
submitted by:
            reubenwilliamsonviews: 87
I just added colours and transparency to my original sketch Symetrical patterns. To view the original version of this, click here http://www.sketchpatch.net/view/HBcpLMzeIHk
This sketch has a parent
		
          
                comments 
              
            
              loading...
            
Add a comment:
