I am trying to get my preloader to go to the next scene in my flash movie. I know if it was all in one scene it would be
if (bytes_loaded == bytes_total) {
_root.gotoAndPlay(3);
}
How do I get it to go to the next scene though? The name of my scene is Movie
Any help appreciated…