Question
declare moviclip using array in .as file
Hi ,
I have create created movieclip with children in the fla
In item.as file
var item1_arr:Array=new Array(item.item_mc1,item.item_mc2,.....)
it is showing error.
Cannot access a property or method of a null object reference
then i have changed to
var item1_arr:Array=new Array("item.item_mc1","item.item_mc2",.....)
then again i am getting the error.
please anyone help me how to access these moviclip by using an array