摘要:
stage.stageWidth is the width of the Flash Playerstage.width is the width of content within the stage. So if you have nothing on the stage, stage.width would be 0. 阅读全文
摘要:
package { import flash.display.Sprite; public class Test extends Sprite { private static var list:Vector.<int> = new Vector.<int>(10); public function Test()... 阅读全文