all groups > flash actionscript > january 2007 >
You're in the

flash actionscript

group:

Calling functon before un-loading


Calling functon before un-loading jupitron
1/16/2007 11:59:20 PM
flash actionscript:
I need to remove the mouse listiner with this function before the page unloads

function removeML() { //removes mouse listener
//Call this function before unloading the pageflip
//if you don't do that, the next time you load a
//pageflip, the mouselistener will not work!
Mouse.removeListener(mousecontroll);
}
Re: Calling functon before un-loading kglad
1/17/2007 3:32:45 AM
AddThis Social Bookmark Button