var s:Sprite = new Sprite(); s.graphics.drawRect(0, 0, 123, 123); trace(s.width) // 123 s.width = 300; trace(s.width) // 300