Let’s say I have a file that loads an AS. Within that AS is an array that loads to a list menu in the main file or .fla. The list menu is used as navigation, so when the user clicks on one of the items, in the list, it goes to, let’s say, frame 2.
Now, on frame 2 I would like to change the information in the array in the AS so that the list menu now contains a new list of links.
How would I change that data in the AS array within the main file’s timeline?