Log In (forget password?)

Tag:

3 entries about as3.

[Flash AS3] #2 - "ยาม" (Event และ Listener) *47*
ทิ้งห่างไปนานเลย ต้องขอโทษด้วยนะครับ *05* ใครคิดว่าผมลืมไปแล้ว.. ไม่จริงนะ กลับมา กลับม๊าา *07a* หลังจากที่คราวที่แล้ว ผมเกริ่นนำให้รู้จักกับ ActionScript 3 ไปบ้างแล้ว มาตอนนี้.. เรามาเริ่มบ...
Time CountDown นับเวลาถอยหลัง
in actionscript3 by actionscript3, 160 days ago
1.ตั่งชื่อ dynamic textbox เป็น timeText นะครับต่อไป2. ใส่โค้ตนี้ไปอ้างถึงvar time:Timer;var timeCount:int;   timeCount=60;   timeText.text=String(timeCount);   time=new ...
init ComboBox (AS3)
in Programming For All by pony, 628 days ago
  import fl.controls.comboBox; import fl.data.DataProvider; ...
Tags: as3, combobox, init