var l = 2;
duplicateMovieClip(button, "button"+l, this.getNextHighestDepth());
"button"+l._x = 300;
The last line of code is faulty… how to fix it ?
var l = 2;
duplicateMovieClip(button, "button"+l, this.getNextHighestDepth());
"button"+l._x = 300;
The last line of code is faulty… how to fix it ?
:: Copyright KIRUPA 2024 //--