____
11-25-2002, 09:23 AM
I am trying to load a "picture section" when it gets to that section rather than at the beginning of the movie. How i have it set up is that all the navigation happens in one movie clip that is placed on the root timeline. There are scenes and such. Well the second scene is has three sub categories, one of which is pictures. This particular part of the movie plays at frame 28. so in frame 27 I have placed the following code:
ifFrameLoaded (28) {gotoAndPlay(28);
}
stop();
It does go and play frame 28 BUT its always loaded, it never has to wait...How can I have my movie wait to this point to load this section?
ifFrameLoaded (28) {gotoAndPlay(28);
}
stop();
It does go and play frame 28 BUT its always loaded, it never has to wait...How can I have my movie wait to this point to load this section?