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??
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??