ei,
ive searched and searched but cant seem to find an answer for my problem.
hope someone can help me with this…im a bit of a beginner with AS…so be patient pls…
here goes!!!
i followed the transition of external swf tut in the site, but what i want to do is have my own transitions on the main movie…so i setup a frame where the “home” swf will automatically load after the preloader intro,but before it will start to load,i want it to check if my first animation is already done playing…so…
stop ();
_root.currMovie = “home”;
if (mainMovies.textBox1._currentframe =
mainMovies.textBox1.lastframe){
_root.mainMovies.mcLoaded.loadMovie (_root.currMovie+".swf");
}
but…what happens is that…the external movie loads alongwith the MC playing its animation…i cant seem to find a way to check if the animation has already finished, either by checking the playhead or putting some variables on the last frame…
hope someone can help… :jail:
thanks …