I’ve hit a small snafu…is there anyway I can read from a dynamic text and use it as a name to control one of the movieclips?
ie: I have a dymanic text called “dText”, where I set “kirupa” as the comment within. I also have a movieclip, which I named “kirupa”, is there anyway I can take the comment in the dynamic text and use it in the actionscript? I’m trying to hide the movieclip, so far I’ve tried:
[_root.dText]._visible = true;
(_root.dText)._visible = true; &
“(_root.dText)”._visible = true;
None has worked, is there any other way? is this even possible?