I’ve put this code onto a button
on (rollOver) {
testbutton._alpha = 20
}
on (rollOut) {
testbutton._alpha = 100
}
How can I make the fade smooth from 100% to 20% on the rollover and then smooth back out on the rollout?
Any help is appreciated