Hey all! I need some desperate help in Actionscript. I want to achieve the effect on http://thanea.com/ars/. The effect on the left on the about page in which when the mouse moves over the alpha of the object goes to 0%. I have all the layers set up with masks and all but need the action script. I tried applying the following code to a mask which i converted to a movieclip.
on(rollover){
this._alpha–;
}
But this did not work for some reason. It would be greatly appreciated if one or many of you could maybe help me out as I am a n00b with AC. Again any help will be appreciated. Thank you.