SRE
06-03-2010, 06:21 PM
please check it .
Is it corrrect, to use the array in symbols.
I am using lot of movieclips as a symbols
var myArray:Array = new Array(mySymbol1, mySymbol2, mySymbol3);
can i able to access the symbols using array variable"Array[]" like this
Array[1],Array[2],Array[3]
If not posssible,
how can i access the symbols
please give me the any other way
Is it corrrect, to use the array in symbols.
I am using lot of movieclips as a symbols
var myArray:Array = new Array(mySymbol1, mySymbol2, mySymbol3);
can i able to access the symbols using array variable"Array[]" like this
Array[1],Array[2],Array[3]
If not posssible,
how can i access the symbols
please give me the any other way