miguelisboa
Technical User
i'm drawing (based on an elipse) and using this code:
duplicateMovieClip(ponto, "ponto" + i, this.getNextHighestDepth());
i varies from zero to 359, so how can i target every (or any) of the recent created mcs?
my prob is the duplicated movie clip's name! how to write it?
if i use ("ponto" + i) i get a String, not my mc.
Any help would be apreciated!
TiA
duplicateMovieClip(ponto, "ponto" + i, this.getNextHighestDepth());
i varies from zero to 359, so how can i target every (or any) of the recent created mcs?
my prob is the duplicated movie clip's name! how to write it?
if i use ("ponto" + i) i get a String, not my mc.
Any help would be apreciated!
TiA