Button HELP!

Ok, I have buttons on my site, but I dont want just a mouse over, I want it to be ineractive, and do some thing like move or gradually glow, or something cool ya know? But I dont know the scripting for it, any help??

Skyler

whisles MODS!

:wink:

mods??? huh?

veddy, post these questions in the flash forum, not the random forum :slight_smile:

I’ll just move this over there :slight_smile:

wow man, you really need some help. Well i’ll try my best.

Ok, forget scripting it. For now you should just concentrate on tweening it.

First draw what you want the button to look like on the main timeline and then select it and push f8. Choose movie clip and name it whatever you want. Once you do that double click on the image of your button and now you will be in a the movie clip’s timeline or to put it simply a sub timeline of your main timeline. Here is where you are going to make your button glow or whatever. Since you are a beginner use tweens to do this. If you do not know how to use tweens go into the help section in Flash MX and do some of the tutorials. Once you have the animation you want go back to main timline by clicking “sceen 1” under your main timeline. Then click on your button and push f9. This will bring up your action panel. Put this code in the action panel:
[AS]
on (rollOver) {
play();
}
[/AS]
then click on the first frame (or whatever frame it is that you have the button on, should be your first frame though) and press f9 again. Now you should have the action pannel up for frame 1. You want to put a stop frame on frame one so copy this into the actions pannel.
[AS]stop();[/AS]

Now chances are that you did not understand what i just said. You should go look through the flash mx begginer tutorials on this site to increase your nollage of flash. Plus there is probably something on this in there already. If you have AIM you can message me for more help. AIM: Trebor DoD

no offense, dont mistake me for dumb, I understood what you said, I just didnt get how to do it. I know the common flash designing, Im just not very good at action script. but thanks for your help. it helped me a ton

what part are you having trouble with?

just the scripting, I am getting everything else, but you have been a big help though, I get it now.