void setup()
{
size(500, 500);
}
void draw() {
background(225);
int xx = mouseX;
int yy = mouseY;
//mousemove
if (xx < 75){
xx = 75;
} else if (xx > 425)
xx = 425;
if ( yy < 75) {
yy = 75;
fill(#FF0000);
} else if (yy > 300) {
fill(#0000FF);
} else {
fill(#FFFF00);
}
if (yy > 325) {
yy = 325;
}
draw_ballon(xx, yy);
}
//draw_ballon
void draw_ballon(int x, int y) {
ellipse(x, y, 150, 150);
line(x, y+75, x, y+175);
}
สมัครสมาชิก:
ส่งความคิดเห็น (Atom)
Link Video Presentation Resort Managemant System Project.
Video Presentation Resort Managemant System Project. จัดทำโดย พากษ์เสียง: คุณาสิน ทองมณี 5801012620011 ลำดับภาพ: สุพิชชา ศรีศิริ...
-
- 1NF หรือ Fisrt Normal Form มีเงื่อนไขอยู่ว่า ต้องไม่มีคอลลัมน์ใดในตารางที่มีค่ามากกว่า 1 ค่า หรือที่เรียกว่า Atomic ซึ่งหมายถึง ข้อมูลที่...
-
https://docs.google.com/spreadsheets/d/10Y6o-h8dAAKf7MHTtGvQDBJuzGkAx_X0WYVgj2nB8v0/edit?usp=sharing จากภาพจะเห็นว่า - เก...
ไม่มีความคิดเห็น:
แสดงความคิดเห็น