| RobbieSoule 2004-02-17, 3:28 am |
| Wow! That's a lot of different topics in one post. To answer your button
questions, a good place to start would be to open Flash and go to HELP >
LESSONS and then take the "Creating Buttons" lesson.
As for the SKIP INTRO button: In your Flash intro movie create a button and
add the following code to it:
on (release) {
getURL("http://www.myhomepage.com");
}
But of course, change the URL to the correct page for your site.
[rob|e.9]
"kashou88" <kash2003@cox.net> wrote in message
news:c0raru$b3t$1@forums.macromedia.com...
> How do I create a menu bar and when someone go over the button the button
> animates and the content shows up with a box and it opens up with the
words?
> Also when I create the menu bar I want when someone go over the button of
the
> menu bar I want some description in text show up in a different place of
the
> stage? Finally, I want to create a intro and I want to create a skip intro
and
> welcome button how do I link that to the home Page of the flash website
>
> Thank
>
|