A movie clip on the stage: myObj
which has movie clips within it, such as: myObj.o1
- this[“myObj”] accesses myObj but
- this[“myObj.o1”] returns undefined.
How can I access myObj.o1 from it’s name string?
Many thanks for any help!
A movie clip on the stage: myObj
which has movie clips within it, such as: myObj.o1
How can I access myObj.o1 from it’s name string?
Many thanks for any help!
:: Copyright KIRUPA 2024 //--