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

LAB 2 Digital clock

void setup(){
  size(800,500);
}
void draw(){
  background(0);
  textSize(90);
  fill(255,0,0);
  text(hour(),200,250);
  text("  :"+minute(),250,250);
  text("  :"+second(),400,250);
  textSize(40);
  text("Hour   minute  second",200,150);
}



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

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