I know the movie clip names are correct and var names defined right. But it wont work.
I’m trying to get: tmbBox1_mc.thumb1_mc.addChild(imgLoader), using:
Object(this)["tmbBox"] + imgPos + ["_mc"].["thumb"] + imgPos + ["_mc"].addChild(imgLoader);
I keep getting Scene 1, Layer ‘ACTIONS’, Frame 1, Line 329 1084: Syntax error: expecting identifier before leftbracket.