Is it possible to make movieclip array? And how I can work with it?
and then how I identificate this movie clip?
Code:
for (var i = 0; i < this.childNodes[1].childNodes[3].childNodes.length; i++) {
obrazek[i] = new Object();
obrazek[i].urlObrazku = this.childNodes[1].childNodes[3].childNodes[i].firstChild;
obrazek[i].nazevKlipu = "obrazek" + toString(i);
obrazek[i].klip = obsah.createEmptyMovieClip(obrazek[i].nazevKlipu, obsah.getNextHighestDepth());
}
and then how I identificate this movie clip?
Code:
posluchacNahravace.onLoadInit = function(cil:MovieClip) {
switch (cil._name) {
}