Navigation:help

does anyone know if I can use navigation in a swf that is loaded into a main movie on a (layer4 for example). and then make that navigation (layer 4) access the main movie timeline…if this is possible what syntax would i use to reach back to the main movie timeline…thank you for your help!

teddy

Are you loading the navigation into a level or a movie clip?

If you load it through a movie clip then use the movie clip then the navigation buttons should refer to the main timeline with:

_root.blah.blah.blah

But if you load through level, well lets say you load the navigation into _level2:

__level2.blah.blah.blah

That help?

the navigation is loaded into a layer within the movie…and i want to have the button read the main movie timeline to have it pull up another layer beneath it…which should i use? and how would i apply that to it:

_root.on (release) {
gotoAndPlay(66);
} ?

thank you very much for your help