Answered
Attaching Movie Clips at runtime from library
Dear All,
I have 6 different clips in Library with the Linkage class given to following names: Class: mc0, mc1, mc2, mc3, mc4, mc5, mc6,
And I want to attach these clips dynamically at run time using the for loop in AS3.0:
For( var i=0; i<6; i++)
{
What should be the code for this at runtime attachment?
//
}
Regards,
Sridhar B
I have 6 different clips in Library with the Linkage class given to following names: Class: mc0, mc1, mc2, mc3, mc4, mc5, mc6,
And I want to attach these clips dynamically at run time using the for loop in AS3.0:
For( var i=0; i<6; i++)
{
What should be the code for this at runtime attachment?
//
}
Regards,
Sridhar B