2008年4月7日 星期一

yayayaya cute



size(800,600);
smooth();
for(int i=0;i<=800;i+=200){ for(int j=0;j<=600;j+=200) { float color1=random(255); float color2=random(255); float color3=random(255); float color4=random(255); fill(color1,color2,color3,color4); stroke(color1,color2,color3,color4); rect(i,j,200,200); for(int x=100;x<=700;x+=200){ for(int y=100;y<=500;y+=200) { float color5=random(255); float color6=random(255); float color7=random(255); stroke(color5,color6,color7,255); fill(color5,color6,color7,255); float big=random(200); ellipse(x, y, big, big); } }}}

沒有留言: