action script question
action script question
Out of context: Reply #2
- Started
- Last post
- 7 Responses
- o0o0
I would suggest putting each button in an MC, and control the fading from there... so your MC might check a variable (call it targetAlpha)
onEnterFrame check the targetAlpha, if the current alpha doest match then you can go this._alpha += 5 until it matches (or something like that)Then on your button you just set that variable on(rollOver){targetAlpha = 100;}