摘要: private function initVol():void{vol = new Sprite();vol.buttonMode = true;vol.addChild(new pointClass());vol.x = 90;vol.y = 15;vol.addEventListener(MouseEvent.MOUSE_DOWN,down);addChild(vol);}上面无法显示添加的内... 阅读全文
posted @ 2010-04-23 15:20 94cool 阅读(920) 评论(0) 推荐(0)