วันจันทร์ที่ 24 สิงหาคม พ.ศ. 2558

Potato can move.

float x1 = 1;
float y1 = 1;
float x2 = 1;
float y2 = 1;
float x3 = 1;
float y3 = 1;

void setup() {

  frameRate(8);
  size(500, 500);
}

void draw() {
  background(#99CCFF);
  fill(#FFD700);
  textSize(120);
  text("P", x1+174, y1+164);
  fill(#00FF00);
  ellipse(x1+299, y1+119, 90, 90); //วงกลมเขียว
  fill(#FFA54F);
  ellipse(x1+299, y1+119, 60, 60); //วงกลมส้มอ่อน
  fill(#4169E1);
  textSize(18);
  text("Cpr.E", x1+274, y1+124);
  fill(#FF0066);
  rect(x2+209, y2+189, 15, 100); //แกนตัวที1
  rect(x2+181, y2+189, 75, 15); //หัวตัวที1
  fill(#800080);
  textSize(140);
  text("A", x2+254, y2+289);
  fill(#003300);
  rect(x3+209, y3+319, 15, 100); //แกนตัวที2
  rect(x3+181, y3+319, 75, 15); //หัวตัวที2
  fill(#FF4500);
  ellipse(x3+309, y3+374, 110, 110); //วงกลมส้มเข้ม
  fill(#FFFFFF);
  ellipse(x3+309, y3+374, 10, 60); //วงรีขาว
  x1 = (x1-10)%width;
  y1 = (y1-10)%height;
  x2 = (x2+random(-250, 250))%width;
  y2 = (y2+random(-250, 250))%height;
  x3 = (x3+10)%width;
  y3 = (y3+10)%height;
}

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

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

Link Video Presentation Resort Managemant System Project.

Video Presentation Resort Managemant System Project. จัดทำโดย พากษ์เสียง: คุณาสิน  ทองมณี  5801012620011 ลำดับภาพ: สุพิชชา  ศรีศิริ...