2012年11月5日 星期一

2012.11.5-actionscript-BUTTON CLICK , ENABLE , VISIBLE


BUT1.addEventListener (MouseEvent.CLICK, gamestart);


function gamestart ( event:MouseEvent):void

{
    startbut1.enabled=false;
    startbut1.visible=false;
    playPlan1.gotoAndPlay("playPlan");

}

沒有留言:

張貼留言