Instance name or not

Hi all,

I`m experiencing problems with an XML menu. It works fine, but when I try to insert it into a mc other than the main timeline it stops working. I believe that I have trouble with the names of the mc (or instance name).

could the “menu” in this string be a signifier for an instance (mc) ??

k.name = menuObj*.name;

if so, I`d probably have to rename all strings like that to

k.name = (new_mc).menuObj*.name;

correct?

thanks in advance,
m.