Hellow masters!
I want the black shadow to fade out on mouse over & go back to normal on mouse out! It seems pretty easy but I cant work with the actionscripts so plz help me!
Thx
on (rollOver) {
_alpha =“0”;
}
on (rollOut) {
_alpha =“100”;
}
plz adapt