Alpha tween

Hi
Have set a roll over condition is setting the alpha to 10 but is not increasing to 100.

any help would be wicked

on (rollOver){
s.setWind(_alpha += 10);
if (s.setWind(_alpha >= 100)) {
s.setWind(_alpha = 100);
}
}