Firehawk734
Technical User
Hey,
I have an external movie that is loaded by a main movie. Its loaded to a level on top, and then positioned appropriately.
In that external movie, i have a preloader scene (oldnewbie, u helped me out with this preloader) and then a main scene. In the main scene, theres a movie clip on the root timeline which contains a slide show.
I want the slide show to load itself after the movie has been playing, rather than have it load initially from the preloader. Therefore, what I haev is 2 preloaders essentially, the main one which is on its own scene, and then i have another preloader that is on the root timeline in the main scene, and I have the code...
if (this.pictureClip.getBytesloaded >= this.pictureClip.getBytesTotal){
gotoAndPlay(13);
that is in frame 11 on the main timeline in the main scene. Then in the 12th frame i have..
gotoAndPlay(11); so that it repeats until it loads the picture clip.
I dont think this is working though. What is wrong with it?
You can view it at click the "sisterhood" button to see it.
I can email the FLA if you need it. Thanks
I have an external movie that is loaded by a main movie. Its loaded to a level on top, and then positioned appropriately.
In that external movie, i have a preloader scene (oldnewbie, u helped me out with this preloader) and then a main scene. In the main scene, theres a movie clip on the root timeline which contains a slide show.
I want the slide show to load itself after the movie has been playing, rather than have it load initially from the preloader. Therefore, what I haev is 2 preloaders essentially, the main one which is on its own scene, and then i have another preloader that is on the root timeline in the main scene, and I have the code...
if (this.pictureClip.getBytesloaded >= this.pictureClip.getBytesTotal){
gotoAndPlay(13);
that is in frame 11 on the main timeline in the main scene. Then in the 12th frame i have..
gotoAndPlay(11); so that it repeats until it loads the picture clip.
I dont think this is working though. What is wrong with it?
You can view it at click the "sisterhood" button to see it.
I can email the FLA if you need it. Thanks