another simple flash question
another simple flash question
Out of context: Reply #1
- Started
- Last post
- 2 Responses
- 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.