2012年10月23日 星期二

期中

void setup(){
  size(750,500);
  background(0,0,0);
 
  fill(185,122,87);
  rect(10,70,530,420);
  fill(128,0,0);
  rect(30,70,490,400);
 
  fill(0,255,255);
  textSize(20);
  text("POWER",120,30);
 
  fill(128,255,128);
  textSize(50);
  text("F",420,55);
 
  fill(255,255,0);
  textSize(55);
  text("JUMPER",550,45);
 
  textSize(20);
  text("99161030",640,70);
  textSize(20);
  text("99160574",640,90);
 
  textSize(30);
  text("RECORD:",550,200);
 
  fill(128,255,128);
  textSize(50);
  text("F",700,280);
 
  fill(0,255,255);
  textSize(50);
  text("PAUSE",570,400);
}
int jx=30;//470
int jy=420;
void draw(){
  for(jx)
  rect(jx,jy,50,50);
}

沒有留言:

張貼留言