[CS3] linking from a button in a movie clip to new scene
So I have a rollover menu that comes out from the side. and within numerous movie clips are various button menus I want to link to a new scenes.
For instance, I want the "aldo" button to both drop open the list and link to the scene at the same time if possible, or at least just have one link to the new scene, when I tell the button to link to the scene, nothing happens. I'm pretty lost on how to do this.
this is what i have, but it doesn't work
on (release) {
gotoAndStop("client_aldo", "titlepage");
}
Here is the attached flash file if anybody wants to take a look and help me out with the correct coding.
http://clients.kraftworksltd.com/kra...ationShell.fla
thanks in advance.
bryan