PDA

View Full Version : pageflip problem


edwinmerced
08-12-2004, 10:17 AM
I ahve a main movie with two butons
that are the following

a_btn.onRelease = function() {
bookhere_mc.removeMovieClip();
gotoAndStop(1);
}
b_btn.onRelease = function() {
gotoAndStop(10);
}

I load page flip swf in a main movie (which consists of two frames) as follows

stop();
this.createEmptyMovieClip("bookhere_mc", 6);
loadMovie("pageflip_v2.swf", "bookhere_mc");

The page flip works fine

When I clic a return button to frame one
And return to frame two

The page flip does not work Any reason why??

AGRO
08-12-2004, 03:42 PM
I would have to see the .fla. I know it took me awhile to inderstand the pageflip .fla and what you can and can not do with it. I have made over 10 pageflips for various clients and two in the works. Alot of trial and error.

b_btn.....what is on frame 10? The page flip is not 10 frames long, and your main movie is only 2 frames. I have to be missing something.

edwinmerced
08-14-2004, 07:37 AM
I actually have 20 frames:

frame 1 - 10 are home apge

frame 11-20 page with loaded swf of pageflip

when I visit frames 11-20 the first time it works fine

Then I go back to home page and when I revisit frames 11-20 the page flip does not work

AGRO
08-14-2004, 10:27 AM
Is there a way you can up the two .fla? I would like to take alook at it for you.