Processing作品 http://www.youtube.com/watch?v=hm-us4XrXaM
老師的KITTY貓
size(500,500);
PImage kitty;
kitty = loadImage("http://buytheway.buyble.com.tw/wp-content/uploads/2011/01/hello-kitty-fredscorner1.jpg");
image(kitty, 20,20);
size(150,300);
background(200,0,200);
fill(0,0,0);
rect(20,90,45,10);
fill(0,0,0);
rect(20,50,10,40);
fill(0,0,0);
rect(38,50,10,40);
fill(0,0,0);
rect(55,50,10,40);
fill(0,0,0);
rect(80,90,45,10);
fill(0,0,0);
rect(80,50,10,40);
fill(0,0,0);
rect(98,50,10,40);
fill(0,0,0);
rect(115,50,10,40);
fill(0,0,0);
rect(38,100,10,40);
fill(0,0,0);
rect(98,100,10,40);
fill(0,0,0);
rect(15,140,120,120);
第三周才加選進這門課 前面的作業太晚補 抱歉 這是補交的作業
80
回覆刪除