_root.attachMovie(theName+"_link", newTargetName+"_stage", _root.getNextHighestDepth());
How can I write this so that “theName” variable is concatinated with “_link” so that it references from the Link’d Object correctly :D?
_root.attachMovie(theName+"_link", newTargetName+"_stage", _root.getNextHighestDepth());
How can I write this so that “theName” variable is concatinated with “_link” so that it references from the Link’d Object correctly :D?
:: Copyright KIRUPA 2024 //--