วันพุธที่ 12 สิงหาคม พ.ศ. 2558

Lab 0 : My favorite movies

void setup() {
  size(450, 300);
  background(#ffd800);
  noStroke();
  fill(0);                              //sword
  rect(350, 0, 50, 140);                           //black0-1
  rect(348, 140, 54, 30);                          //black0-2
  rect(330, 170, 90, 8);                           //black0-3
  rect(348, 178, 54, 3);                           //black0-4
  fill(255);
  rect(350, 181, 50, 10);                          //white0-5
  fill(0);
  rect(348, 191, 54, 3);                           //black0-6
  rect(350, 194, 50, 106);                         //black0-7
  fill(255);                            //shadow
  rect(350, 0, 30, 140);                           //white1-1
  triangle(360, 194, 390, 194, 375, 204);          //white1-2
  quad(360, 219, 375, 209, 390, 219, 375, 229);    //white1-3
  quad(360, 244, 375, 234, 390, 244, 375, 254);    //white1-4
  quad(360, 269, 375, 259, 390, 269, 375, 279);    //white1-5
  quad(360, 294, 375, 284, 390, 294, 375, 304);    //white1-6
  textSize(150);                       //text
  fill(#ca0101);
  text("KILL", 10, 140);                           //text-KILL
  fill(0);
  text("BILL", 10, 270);                           //text-BILL
  stroke(#ffd800);                     //cut
  strokeWeight(3);
  line(0, 260, 330, 180);
}

ไม่มีความคิดเห็น:

แสดงความคิดเห็น