Linking scenes together

Hello,
I have yet another question. How do I link scenes together. If i have a scene profiles and when i click a button i want to link to profile_jason, how do I do this?

What do I put into the goto command?

I’m not quite sure if I understand you or not, but when one scene ends, if there are more, they will continue to play in order on their own. You can go to modify>scenes, and drag and drop the scenes into whatever order you want.

But if for some reason you wanted to play them in a different order, you need to give the first frame of each scene a name. Then, you code is:

gotoAndPlay(“sceneName”);