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

Lab 2 book(moving)

int posY = 90;
void setup () {
size(500,500);
}
void draw(){
background(255,0,128);
fill(255,255,255);
textSize(70);
text(" Siam Sport ",60,100-posY );
stroke(255,255,255);
fill(255,255,255);
  ellipse(150,295-posY ,250,250);
stroke(0,0,0);
fill(0,0,0);
  ellipse(160,210-posY ,60,60);
  ellipse(90,255-posY ,60,60);
  ellipse(190,285-posY ,60,60);
  ellipse(120,350-posY ,60,60);
textSize(60);
text(" Maxmagazine ",55,170-posY );
fill(255,255,255);
stroke(255,255,255);
  ellipse(350,350-posY,100,100);
  posY ++;
if(posY  > 500){
posY  = -501;
}
}

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

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