PDA

View Full Version : Menu Bar code


Zackariah_0824
10-20-2005, 02:27 AM
I need help with my menu bar buttons
I have all the page animations in a movie clip inside my background and my buttons' code right now just opens them and when i click another button to go to the next page the loaded page disappears
I would like to know how to manipulate the code to make it goto the closing frame of the specific page loaded and then bring up the next page

--------------------------------------------------------------------------
my code:

on (release) {
_root.backing.gotoAndPlay("HomeOpen");
}

--------------------------------------------------------------------------

what i want is for it to goto the next frame called "HomeClose" when i click on any other button like a nextframe deal


sorry if i can word this right but if you have any help for me it would be very much welcomed


Zackariah

piratefish
10-20-2005, 06:22 AM
Are you trying to have another thing appear over it or are you trying to have one button to do it all? I'm not exactly following.

Zackariah_0824
10-20-2005, 07:32 PM
I want the loaded page to goto its close animation when i click on any other menu button

right now I'll click on the Home button and my page will zoom-in and stop
I want it to zoom-out when i click another menu button