วันพุธที่ 27 สิงหาคม พ.ศ. 2557
star anime
void setup() {
size(323, 200);
background(200,0,0);
frameRate(200);
}
float y = 100;
void draw()
{
background(0); // Set the background to black
y = y - 1;
if (y < -166) { y = width; }
int center_star = 166 ;
noStroke ();
fill (#FFCC00);
triangle(center_star+y, 50, center_star+y, center_star-61, center_star-36+y, center_star-41); //triangle1
triangle(center_star+y, center_star-116, center_star+y, 105, center_star+36+y, center_star-41); //triangle2
triangle(center_star-46+y, center_star-91, center_star+y, center_star-61, center_star+44+y, center_star-91); //triangle3
}
ป้ายกำกับ:
Lab2
สมัครสมาชิก:
ส่งความคิดเห็น (Atom)
ไม่มีความคิดเห็น:
แสดงความคิดเห็น