var shape:Shape = new Shape(); shape.graphics.beginFill(0xFFFFFF, 0); shape.graphics.drawCircle(100, 100, 100); trace(shape.width); // 200