Get/set property deprecated?

so would there ever be any need to use
_root.instance = getProperty (_target, property);

instead of just using
_root.instance = _property;

clipWidth = _root.myClip._width

It is much easier like that :slight_smile: