Short and sweet: I can’t address the array i’ve created inside the movieclip from outside! :sigh:
Array name is [FONT=Courier New][COLOR=Magenta]categories[/COLOR][/FONT], inside the [FONT=Courier New][COLOR=Magenta]templates[/COLOR][/FONT] movieclip in [FONT=Courier New][COLOR=Magenta]_root[/COLOR][/FONT]; I press a button on [FONT=Courier New][COLOR=Magenta]_root[/COLOR][/FONT] to trace the array inside the movieclip using this code:
on(release){
trace(_root.templates.categories);
}
It gives me: [FONT=Courier New]undefined[/FONT]
Any ideas?