This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Flash Site Design > January 2005 > how to make a menu section outro anim ?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
how to make a menu section outro anim ?
|
|
| 3rd eYe 2005-01-30, 12:21 pm |
| I have the main page with buttons on it, and when I press each of this buttons
an appropriate animation (external swf movie) for this button loads and plays.
Now what I whant to do is that when user has loaded movie by pressing specific
button (About Us for instance), then when he clicks on some other button
(Contact Us for example) an outro animation for About Us section (which is in
the About Us swf) should play before Contact movie starts and plays his own
movie animation (another swf).
Any ideas on how to achive that?
| |
|
| Try setting a variable i.e. nextPage="contact", when the button is clicked.
At the same time have the current page play the 'outro' sequence. At the end
of the outro have a line of code that loads the next page
on (release) {
currentPage.gotoAndPlay("outro");
nextPage = "contact";
}
currentPage.loadMovie([nextPage]+".swf");
Good luck.
"3rd eYe" <webforumsuser@macromedia.com> wrote in message
news:ctit0t$ak9$1@forums.macromedia.com...
> I have the main page with buttons on it, and when I press each of this
buttons
> an appropriate animation (external swf movie) for this button loads and
plays.
>
> Now what I whant to do is that when user has loaded movie by pressing
specific
> button (About Us for instance), then when he clicks on some other button
> (Contact Us for example) an outro animation for About Us section (which is
in
> the About Us swf) should play before Contact movie starts and plays his
own
> movie animation (another swf).
>
> Any ideas on how to achive that?
>
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|