2012年11月24日 星期六

B10034014_李昀叡



int x=0;
int y=0;
int z=0;

void setup(){
  size(500,500);
}
void draw(){
  background(154,221,206);
  PFont font;
  font=loadFont("2Tech-48.vlw");
  textFont(font);
 
 
  fill(100);
  stroke(10,10,10);
  strokeWeight(15);
  line(20,20,360,360);
 
  fill(255);
  strokeWeight(15);
  line(20,90,360,390);
 
  fill(255);
  textFont(font,100);
  text("oh",370,370);
  textFont(font,150);
  text("NO",370,480);

 
}

沒有留言:

張貼留言