2012年11月24日 星期六

B10030407 蔡承融


int x=0;
int y=0;


color a =color (255,204,0);
color b =color (255,32,64);
color c =color (120);
color d =color (220);

void setup(){
size(300,300);
}

void draw(){
background(45);
fill(d);
noStroke();
ellipse(45,115,25,25);
fill(a);
ellipse(80,150,55,55);
fill(c);
quad(80,30,40,50,80,50,50,10);
fill(a);
textSize(20);
PFont font;
font = loadFont("AngsanaNew-BoldItalic-48.vlw");
textFont(font);
text("Spatail",50,60);
text("Interaction",60,90);
text("Design",70,115);

fill(b);
font = loadFont("BookAntiqua-BoldItalic-48.vlw");
textFont(font);
textSize(12);
text("Tsai Cheng Rung",120,160);
}


沒有留言:

張貼留言