KMUTNB, 5801012610164
วันอาทิตย์ที่ 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);
}
ไม่มีความคิดเห็น:
แสดงความคิดเห็น
บทความใหม่กว่า
บทความที่เก่ากว่า
หน้าแรก
สมัครสมาชิก:
ส่งความคิดเห็น (Atom)
ไม่มีความคิดเห็น:
แสดงความคิดเห็น