Hi,
I scale my armature display with
_armatureDisplay = _dog.display as StarlingArmatureDisplay;
_armatureDisplay.scale = .5;
When I get the bounds, the rectangle does not reflect the scale. Is there a way to do it?
var _arm:Rectangle = _dog.getSlot("dog_arm2").display.getBounds(_armatureDisplay);
Hi,
I scale my armature display with
When I get the bounds, the rectangle does not reflect the scale. Is there a way to do it?
var _arm:Rectangle = _dog.getSlot("dog_arm2").display.getBounds(_armatureDisplay);