Fade out, fade in alpha efect

fade out, fade in alpha efect
i 'm a jpg file, who make it movie clip, with alpha = 50 %.
on mouse over action i wanna set alpha on this picture = 0, but i wanna make this with little transition. i try this, but i don’t make it, because i need set pu some variables, but i don’t know how.

please help me. best regards for all who help me. sorry for my english, i don’t speek english verry well.

you need to use movieclips so that onRollover says: _root.fadeMe.gotoAndPlay (“fadeIn”): and onRollout: _root.fadeMe.gotoAndPlay (“fadeOut”):, where the mc would just be playing an animation.

you can’t do it with a simple button becuase it jusrt jumps for frame to frmae (up, over, down.

You can also search the forums, because the code for that has been given 10235 times.

pom :tie:

yes, the code is there, and there are a couple of Fla’s that are in one of my posts. :slight_smile: