Snow decay?

im using the snow effect from the tutorial but i need the snow to decay(fade away) before it resets to its origin. i know it has to do with this part of the code

 if (this._y>=movieHeight) {
	this._y = -5; 

but i cant figure out what to change it to.
any help please?