another simple flash question
another simple flash question
- Started
- Last post
- 2 Responses
- BSchwerve
how do I get my buttons to fade back out after mouse over?
I can get it to fade in, but I'm stuck on the out part.
- unknown0
you have to build a movie that has the fade in and fade out. create stops at the end of each tween, and frame labels and the beginning of tweens (ie 'fade_in' 'fade_out'). you will also have to label the movie (ie 'buttoneffect')
so when you give your button actions:
onmouseover would be something like
with "movielabel" goto and play "fade in"and onmouseout would be something like
with "movielabel" gotoand play "fade_out"i know the syntax is wrong. i just dont feel like opening up flash to give you the correct syntax. but you use the "with" command.
- unknown0
check your email