void setup() {
background(255);
size(600, 400);
int sized=40;
int position=20;
//Rectangular Vertical+Herizontal
noStroke();
fill(0, 0, 100);
rect(160, 0, 100, 400);
rect(0, 150, 600, 100);
noStroke();
fill(255, 0, 0);
rect(160+position, 0, 100-sized, 400);
rect(0, 150+position, 600, 100-sized);
println("Faroe Islands's Flag; part of Denmark");
}
ไม่มีความคิดเห็น:
แสดงความคิดเห็น