Loading/Unloading Levels

Hi All,

I am currently programming a dynamic menu where I start out with an empty movie clip on the stage. I then attach movie clips dynamically from the library and define the leves (level, 100, 200, etc). This all occurs in frame 1 of the _root timeline. All this works great.

I want to use the same dynamic menu in frame 5 of the _root timeline as well. When I navigate to frame 5 the code should fire and build the menu. However, nothing happens. It works on frame 1, but another instance of it on frame 5 doesn’t work? What gives, any suggestions?

Some ideas I had were:

  1. Maybe I need to unload the levels first before I can rebuild.
  2. Maybe the dynamic menu instances being named the same name are conflicting with each other even though they are on different frames