▼ กำลังโหลดข้อมูล... ▼
แสดงความคิดเห็น
คุณสามารถแสดงความคิดเห็นกับกระทู้นี้ได้ด้วยการเข้าสู่ระบบ
กระทู้ที่คุณอาจสนใจ
อ่านกระทู้อื่นที่พูดคุยเกี่ยวกับ
คอมพิวเตอร์
คอมมือใหม่
โค้ด adobe flash cs6 0.3
(นี้โค้ดที่ผมเขียน)
import fl.motion.MotionEvent;
stopbutt.addEventListener(MouseEvent.CLICK, n01);
function n01 (event:MotionEvent):void
{
gotoAndPlay(1);
}
playbutt.addEventListener(MouseEvent.CLICK, n02);
function n02(event:MouseEvent):void
{
play();
}
pausebutt.addEventListener(MouseEvent.CLICK, n03);
function n03 (event:MotionEvent):void
{
stop();
}