I’m using addChild(new nmonster()) to populate an on stage MC from my Library.
Instead of specifying the Symbol, I want to add it using an Array reference, like addChild(new [U]monsterArray[0]/U). I’ve tried a number of variations, but AS3.0 is unforgiving.
Is this possible?