BenWorbs
09-07-2007, 04:46 PM
Hi,
I've read every post that google throws at me wrt the removal of the mouse listener on pageflip and I have got nowhere.
It seems I've got the same problem as many people who sucessfully load a pageflip movie into a main movie but when trying to reload it the pages are hard to turn. I understand I have to call the removeML function and have tried countless things but I'm having no success.
The code I'm using is
btn_on.onPress = function () {
loadMovieNum("exports/myclipname.swf", 1);
}
btn_off.onPress = function () {
unloadMovieNum(1);
}
stop();
Where do I put removeML() ?? I just can't get this to work
The boss is getting seriously stressed with me today cos this is taking me so long I can't wait to go home...:)
Help me someone please :o
Thanks in advance
Ben
I've read every post that google throws at me wrt the removal of the mouse listener on pageflip and I have got nowhere.
It seems I've got the same problem as many people who sucessfully load a pageflip movie into a main movie but when trying to reload it the pages are hard to turn. I understand I have to call the removeML function and have tried countless things but I'm having no success.
The code I'm using is
btn_on.onPress = function () {
loadMovieNum("exports/myclipname.swf", 1);
}
btn_off.onPress = function () {
unloadMovieNum(1);
}
stop();
Where do I put removeML() ?? I just can't get this to work
The boss is getting seriously stressed with me today cos this is taking me so long I can't wait to go home...:)
Help me someone please :o
Thanks in advance
Ben