I'm not really sure what to title my problem, but I think I can explain it clearly. I have a variable, let's say myMC. myMC = "tree1.loc1"; Now if I do this

trace(tree1.loc1); the output window gives me this "_level0.tree1.loc1"

however if I do this:

trace(this[myMC]); the output window gives me this "undefined".

What am I doing wrong?