743
12-22-2003, 07:31 PM
hi all!
i am loading a movie called "mc2" to movie "mc1"
but i am loading the scene 2 of "mc2" by cliking a button in "mc1"
the code i am using:
on (press) {
loadMovie("test1_mc2.swf",1);
gotoAndPlay ("Scene2")
}
it is loading the "mc2" scene 2 but not before toy see for a quik moment scene1 of "mc2"
thank's you help!
i am loading a movie called "mc2" to movie "mc1"
but i am loading the scene 2 of "mc2" by cliking a button in "mc1"
the code i am using:
on (press) {
loadMovie("test1_mc2.swf",1);
gotoAndPlay ("Scene2")
}
it is loading the "mc2" scene 2 but not before toy see for a quik moment scene1 of "mc2"
thank's you help!