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
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