I hope someone may be able to help me from this amazing network out there. I am building a site in flash and have a horizontal sliding menu of image buttons. I got the script online for it and to make the menu work, sensitive to the mouse position, the buttons are placed within 3 movie clips and then finally placed on the main timeline.
I would like to target a frame label on the main timeline from the button within three movie clips. Is this possible? P1 is the name of my label.
I have tried:
on (release) {
_root.gotoAndPlay("p1");
}
and
on (release) {
_parent.gotoAndPlay("p1");
}
and
on (release) {
gotoAndPlay("main" "p1");
}
Nothing happens. Any help would be excellent. Also, are there certain versions of flashplayer that this doesn't work with? I have tried 4 and 6. If this is not possible do you have other suggestions. The button really just needs to load a larger photo. It's a photographer's site.
Thanks alot, ;)
Niki
cont:
I found out that this sliding menu uses a script for the buttons:
on (release) {
gotoAndStop("/:" add eval("..:text"));
// THIS goes to the FRAME with the name of the button you just clicked on.
}
This seems to work but only on one button but I am not sure why. Also this movie had 7 scenes and when the button was released it went to a different scene I think. Now to modify this for me is very difficult as I am not great with actionscript.
This post has been edited by nikising: 27 April 2007 - 09:37 AM

New Topic/Question
Reply



MultiQuote




|