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();
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();
:: Copyright KIRUPA 2024 //--