I’m having some problems with this menu, as i’ll try to explain.
The user enters in the website, with 4 menu buttons. One of them is a hierarquical menu and the other 3 are normal buttons. When the user enters the website,it goes to a page with a fade animation of the text, but when i click on one other button this text should fade out and then pass to the choosen link.
The problem is that, i can’t make a way of fading out this text and then pass to the page choosen by the user.
i’ve tryed to use this kind of code… but it doesn’t make what i want:
on (release){
if (_parent.temp._visible=true){
_parent.temp.gotoAndPlay(“Out2”);
} else if (_parent.tcontactos._visible=true){
_parent.tcontactos.gotoAndPlay(“Out”);
}
gotoAndStop(87);
}
For each section, i’ve enter the following code:
temp._visible=true;
tcontactos._visible=false;
tfabrica._visible=false;
It is directed to each part, as it changes if it’s the company, contacts or products, being visible.
The buttons i’ve got are Company, Products and Contacts, which i want to make this system work on.
On the “Out2” it makes the fade out of the text as well in “Out”, but i can’t make the difference for which button the user selected. The gotoAndStop(87) just makes the menu returning to it self.
I’ve uploaded the file to this link, if it helps anyway:
http://www.geocities.com/jamiroPt/
Please give me a help… i’m sure needing it very much!
Thank you in advance!