2011年12月5日

摘要: private function backgroundDraw():void { this.mBackground.cacheAsBitmap = false; var graphics:Graphics = this.mBackground.graphics; graphics.clear(); graphics.beginFill(this.mBackgroundColor); graphics.drawRect(0, 0, Dollars.smStage.stag... 阅读全文
posted @ 2011-12-05 19:21 AS3.0 阅读(1329) 评论(0) 推荐(0)

导航