I want to change the movieclips’ width whose instance names are in an array. However I can’t change this value even for one instance.
this.holder_mc.onEnterFrame = function() {
_root.edges[1]._width = 24-_root.holder_mc._x;
trace(_root.edges[1]._width);
};