void setup() { size(500, 500); } void draw() { background(51); strokeWeight(5); stroke(#FF760D); int x=250; int y=mouseY; if (y<40) { y=40; fill(#E0A171); } else if (y>460) { y=460; fill(#365189); } else { fill(255); } draw_balloon(x, y); } void draw_balloon(int x, int y) { int radius=80; line(x, y, x, y+120); ellipse(x, y, radius, radius); }
วันอาทิตย์ที่ 30 สิงหาคม พ.ศ. 2558
Balloon
สมัครสมาชิก:
ส่งความคิดเห็น (Atom)
commit เพิ่มเติม : เพื่ม userstory, bookmark
>> add userstory ทำการเพิ่ม userstory ใน functional tests >> add bookmark for user เพิ่มระบบ Bookmark โดยการสร้าง model ขึ...
-
1 2 3 4 5 6 7 8 9 def setup (): print (d2b( 8 )) def d2b (num): x = "" while num > 0 : x = str ( int (n...
-
1 2 3 4 5 6 7 8 9 10 11 12 13 def test_layout_and_styling ( self ): # Edith goes to the home page self . brow...
-
การใช้ template inheritence คือการสืบทอดเทมเพลต เพื่อให้ไม่ต้องเขียนโค้ดหน้าเว็บๆซ้ำๆ เราจะมีหน้าหลักอันเดียว (base.html or parent) ภายในนั...
ไม่มีความคิดเห็น:
แสดงความคิดเห็น