Clear interval problem

okay im not sure how to clear this interval.

on (rollOut) {
	setInterval( function(){ awin.alphaTo("0",1);}, 500 );
}

I want to clear this interval on mouseover of another button.

clearInterval();