PDA

View Full Version : scene2


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!

Billy T
12-22-2003, 07:36 PM
frame 1 of test1_mc2 should be blank except for a stop(); action

you have to watch the load progress of test1_mc2 and when its fully loaded jump to scene 2

scenes cause problems and should be avoided

your loadMovie action looks a bit strange, if you are loading into level1 use loadMovieNum

cheers

743
12-22-2003, 07:41 PM
thank's for you help mate!

Billy T
12-22-2003, 07:59 PM
no prob