Stop an alpha fade?

I have an image that fades to 100 using this script:

this._alpha=this._alpha+5;

Is it possible to stop this at alpha value of 75?