摘要:
2012.9.14 电路加减速旋转btn1.addEventListener(MouseEvent.CLICK,onBtn1ClickHandler);btn2.addEventListener(MouseEvent.CLICK,onBtn2ClickHandler);stage.addEventListener(Event.ENTER_FRAME,onMcXuanZhuanHandler);varbtn1boolean=true;varbtn2boolean=true;var speed1:int=10; (定义速度)functiononMcXuanZhuanHandler(e:Event)
阅读全文