Scene navigation

Any help on the following would be really appreciated…

I have a movie which will ‘eventually’ be the navigation for a website that I am developing.

The navigation has two states, an animated state which is the actual clickable nav and a transition state.

These two states have been created using Plasma and exported as SWFs.

I have loaded the two SWFs into the library and within the containing movie, have added the navigation SWF from the library.

Now within the animated navigation are seperate symbols (buttons) which will load the various sections of the site when they are clicked.

Now, on scene 2 is the transition effect (which I loaded in from an external SWF into the library).

My problem is this, I cannot figure out how to load frame 1 of scene 2 (the transition) when a button is clicked on the navigation (frame 1 scene 1). I have tried using gotoandplay with no success.

I think it has something to do with the fact that the navigation buttons are symbols within the navigation instance that I loaded from the library.

As I mentioned before, any help would be appreciated, I’m ripping my hair out here and I don’t have much so could do with hanging onto it :smirk:

cheers

dotbob

is there maybe an fla u can post for us to view??

:-\

try with frame labels instead.
[AS]_root.gotoAndPlay(“frameLabel”);[/AS]

that’s great,

thanks for your help!

:beam:

no problem dotbob =)