I always have trouble with this, but this time I realy can't figure it out:

Code:
myButton.mySubback.createTextField(mainMenu[i][c][0]+'_text', menu_startDepth, myButton._x, menu_Ystart+myButton.tekst._height*c, 0, 0);
with (myButton.mySubback[mainMenu[i][c][0]+'_text']) {
How do I 'reach' mainMenu[i][c][0]+'_text'] nested in MC myButton's child mySubback?

Cheers