I’m trying to make a dynamic menu in Flash MX 2004 which will get variables from a txt file to check for new entries and link updates.
Loading variables works.
But, I need to load a button with a dynamic Text Field,using Arrays as many times as the submenu items in the txt file.
The problem is that I can’t find out what I should write in the “var” declaration of the Text Field.
What I use now is something like that:
_root.subMenu.buttonsText*
I know that this isn’t right but I don’t know what would be.
Thank you all.