Link from movie symbol to another frame in scene

Hi there,

Disclaimer:
This is my first question here. I have had a look around and have not seen a specific answer to my question. I am rather new to Flash so maybe I am missing something completely obvious

Question:
I have created a navigation menu as a library item (Movie Symbol). I want to be able to import it into my scene and create links from the movie to frames in my scene. Is this possible?

Thank yoou

Glyn Thomas

Hi there glyn,
can you not just drag it from the screen of your library item onto a layer in your new scene?:bandit:

probebly we’d have to see an example of the FLA that you have going… just to see how you created it… but doing what you’re talking about is not tough once we know what you’re refering to.

from the movie clip to frames in your main movie/scene.

if so your gonna have to put buttons on each seperate frame of your movie clip and link tham to a frame in your main movie:

add this to one button in your movie clip:

on(press) {
_root.gotoAndPlay(Name of Scene here,name of frame here)
}

put that on each button and you should get what you want.

:slight_smile: