Hi,
I have a flash movie with 2 scenes. scene 1 is preloader, scene 2 is main movie.
My problem:
The frame that needs to be loaded before people can see my site, is not directly in the root of scene 2. The frame is frame 144 in "_root.block.zohra".
How do I have to tell this to the first scene.
I already did this:
ifFrameLoaded ("Scene 2", 1) {
gotoAndPlay (1);
}
-> But where do I tell that the frame that needs to be loaded is frame 144 of "_root.block.zohra" (this is an instance in scene 2).
If somebody can help me, please do!!
thnx!!
I have a flash movie with 2 scenes. scene 1 is preloader, scene 2 is main movie.
My problem:
The frame that needs to be loaded before people can see my site, is not directly in the root of scene 2. The frame is frame 144 in "_root.block.zohra".
How do I have to tell this to the first scene.
I already did this:
ifFrameLoaded ("Scene 2", 1) {
gotoAndPlay (1);
}
-> But where do I tell that the frame that needs to be loaded is frame 144 of "_root.block.zohra" (this is an instance in scene 2).
If somebody can help me, please do!!
thnx!!