PDA

View Full Version : Reload Pageflip


Guybrush
04-22-2008, 06:38 AM
Hello,
I am encountering problems with the PAGEFLIP code. My problem is similar to the one addressed here: http://www.actionscript.org/forums/showthread.php3?t=146797

The Pageflip starts on frame 20. On one of the pages I have a button which is suppose to take you back to frame 1. When you run pageflip again, you cannot flip through the pages.

The code for the button is:
on (release) {
Mouse.removeListener(mousecontroll);
loadMovieNum("exports/application1.swf", 1);
unloadMovieNum(1);
_root.gotoAndStop(1);
}

This doesn't work. I would really really appreciate advice on this.

Thanks.