Linking scenes

I give up!!!

I can’t get it to work…When I click on the 1st name (Boucher Simon) from the 2nd Drop down menu…nothing happens…

oh well… send me the fla again (yes, i deleted it :slight_smile: and i’ll send the fixed fla. =)

Hi Kax…I am sending it to you again…I deleted the trial button that i put at the beginning…

I cant get the name button to open Scene 2

oh well.

Thanks again

UK

are you sure you didn’t change anything in the fla after you sent it to me? :-\

this is your script:

on (release) {
	Scene2.gotoAndPlay("Godin");
}

this is what you should use:

on (release) {
	_root.gotoAndPlay("Godin");
}

=)