Hi guys,
I have a little/big problem, i try to make a intro/outro for some pages,the problem sounds like this:
I have a mc named pagini, where i have all the pages (text, pictures)
and a second mc, named effecte, where i have a intro/outro.
The problem that i don’t manage to do, it is that when i press on a menu button, the 2 mc, playes simultanions. This is the actionscript for the buttons:
on (rollOver) {
gotoAndPlay(“over”);
}
on (rollOut) {
gotoAndStop(“up”);
}
on (press) {
_root.pagini.gotoAndPlay(“rundgang”);
_root.effecte.gotoAndPlay(1);
}
Now what im try to do is that when i press a button, that the mc **effecte **playes first with the outro, and after that the intro comes. More explicit sounds like this(with a small exemple): I am in the page HOME (from the mc pagini) and when i press the RUNDGANG button i want the page HOME to stay, and the mc **effecte **with the outro section, and after it
s finished the RUNDGANG page come and on the RUNDGANG page the intro effect to play.
Something like the http://www.kirupa.com/developer/mx/preloader_transition.htm or http://www.kirupa.com/developer/mx2004/transitions.htm but not with externel swf.
Sorry for my bad english, and if you need more pictures please post a request.