วันอาทิตย์ที่ 16 สิงหาคม พ.ศ. 2558

LAB O ชิ้นที่ 4

CODE

void setup(){
size(400,600);
background(255,204,0);

//+++++crown+++++

noStroke();
fill(#ffff00);
rect(81,305,250,100);
triangle(81,305,81,205,120,305);
triangle(140,305,180,305,160,205);
triangle(200,305,240,305,220,205);
triangle(250,305,290,305,280,205);
triangle(290,305,331,305,331,205);

//++++headline+++++

fill(255,100,0);
rect(0,50,400,50);

//+++line of light crown++++

stroke(205,204,0);
strokeWeight(5);
line(81,310,331,310);
line(81,340,331,340);


//+++Game of Thone+++

fill(255);
textSize(30);
text("Game of Thone",100,75);

//+++a new original serie from HBO++++
textSize(15);
text("A New Original Serie from HBO",105,95);

//++++#1 New york time bestselling author+++++
fill(240);
textSize(20);
text("#1 New  York   Time   Bestselling   Author",20,120);

//+++GEORGE R.R++++
fill(250);
textSize(50);
text("GEORGE R.R.",50,170);

//++MARTIN++++
textSize(40);
text("MARTIN",135,205);

//++A  OF++
textSize(25);
text("A                                OF",70,500);

//++CLASH+++
textSize(60);
text("CLASH",100,500);

//++KINGS+++
text("KINGS",110,550);

}




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

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