Week03
1.
開視窗
2. 背景顏色
企鵝
4.
size(600,600);
background(128);
fill(255);
noStroke();
rect(100,100, 400,400);
stroke(128);
strokeWeight(5);
ellipse(200,300, 30,30);
ellipse(400,300, 30,30);
noStroke();
fill(#CC6600);
ellipse(300,400, 200,100);
stroke(255);
line(200,400, 400,400);
5.





沒有留言:
張貼留言