[問題] as2→as3 判別牌形 Error #1010已刪文

看板Flash作者 (阿提恰可)時間14年前 (2010/12/04 03:12), 編輯推噓1(104)
留言5則, 2人參與, 最新討論串1/1
請問有需要寫到監聽事件嗎? 先謝過了 function 牌形(對象, 點數, 花色):void { trace("牌形 "+對象+" "+花色+" "+點數); this[對象].值 = [點數, 花色]; if (花色 == 0) { 花色 = "方塊"; } else if (花色 == 1) { 花色 = "梅花"; } else if (花色 == 2) { 花色 = "紅心"; } else if (花色 == 3) { 花色 = "黑桃"; } this[對象].方塊._visible = false; this[對象].梅花._visible = false; this[對象].紅桃._visible = false; this[對象].黑桃._visible = false; this[對象][花色]._visible = true; this[對象][花色].gotoAndStop(點數); }; -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 118.170.198.235

12/04 03:36, , 1F
嗯...先搞清楚監聽事件是在幹嘛的再說吧
12/04 03:36, 1F

12/04 03:36, , 2F
基本上牌型判別就只是個很直線性的思考
12/04 03:36, 2F

12/04 03:36, , 3F
Ticore有寫兩篇相關文章
12/04 03:36, 3F

12/04 03:37, , 4F

12/04 13:49, , 5F
原來如此,太感謝cjcat大了
12/04 13:49, 5F
文章代碼(AID): #1C-K4MNc (Flash)
文章代碼(AID): #1C-K4MNc (Flash)