Animadictsaiyuki
08-24-2007, 10:14 PM
I have the actionscript for my movie clip button:
portfolio.onRelease = over;
portfolio.onRelease = out;
function over() {
this.gotoAndPlay (2);
}
function out() {
this.gotoAndPlay (1);
}
But the thing is that I have buttons in that movie clip that want to go certain frames in the main timeline. How can I make them to work instead of having the submenu disappear on me?
(Please do not mention of the usage of rollovers because there are GAPS between the menu and the submenus themselves and I just had to go to fix it by making the out function a release.)
portfolio.onRelease = over;
portfolio.onRelease = out;
function over() {
this.gotoAndPlay (2);
}
function out() {
this.gotoAndPlay (1);
}
But the thing is that I have buttons in that movie clip that want to go certain frames in the main timeline. How can I make them to work instead of having the submenu disappear on me?
(Please do not mention of the usage of rollovers because there are GAPS between the menu and the submenus themselves and I just had to go to fix it by making the out function a release.)