[問題] as2→as3 判別牌形 Error #1010已刪文
請問有需要寫到監聽事件嗎?
先謝過了
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
12/04 03:36, 3F
→
12/04 03:37, , 4F
12/04 03:37, 4F
→
12/04 13:49, , 5F
12/04 13:49, 5F
Flash 近期熱門文章
PTT數位生活區 即時熱門文章