void setup()
{
size(800,600); //設定影像大小
background(255,100,0); //設定背景顏色
fill(0, 0, 0, 125);
smooth();
noLoop();
}
void draw(){
for(int i=0;i<100;i++)
{
rect(random(800),random(600),random(100),random(100));
}
}
隨便弄
繼續玩別的…
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言