Referring to a movieclip


var l = 2;
duplicateMovieClip(button, "button"+l, this.getNextHighestDepth());
"button"+l._x = 300;

The last line of code is faulty… how to fix it ?