ramuk_looc
06-13-2011, 01:28 AM
Hi I am a newbie to AS3.0. While trying to convert a as2.0 script to 3.0.. i encountered some problems.. Home someone here sorts it out for me..
I have an object obj0. I'm trying to make it a holders for a movie clips "mov".
What is the as 3.0 equivalent for the 2nd line in the code. And is it possible to access root as in the 1st line?
var clip = _root["obj"+k];
clip.mc.holder.attachMovie("mv"+k, "mov", 1);
clipArray[k] = clip;
I am a newbie.. So please bear with me if the question sounds noobish...
I have an object obj0. I'm trying to make it a holders for a movie clips "mov".
What is the as 3.0 equivalent for the 2nd line in the code. And is it possible to access root as in the 1st line?
var clip = _root["obj"+k];
clip.mc.holder.attachMovie("mv"+k, "mov", 1);
clipArray[k] = clip;
I am a newbie.. So please bear with me if the question sounds noobish...