I have this controller movie at level0 and an opening movie at level1.
Depending on where the user clicks, level1 sets a variable (just a number) within level0. Level0 then unloads level1 and then loads another movie into level1. This new movie should be played at the frame specified by the number that the previous level1 set but I can't do a gotoAndPlay until the new level1 has finished loading. How do I, in the frame of level0 that just loaded the new level1, wait for level1 to finish loading so that I can tell it to goto it's correct frame?
I hope that wasn't too hard to decipher
Thanks,
Bill
Depending on where the user clicks, level1 sets a variable (just a number) within level0. Level0 then unloads level1 and then loads another movie into level1. This new movie should be played at the frame specified by the number that the previous level1 set but I can't do a gotoAndPlay until the new level1 has finished loading. How do I, in the frame of level0 that just loaded the new level1, wait for level1 to finish loading so that I can tell it to goto it's correct frame?
I hope that wasn't too hard to decipher
Thanks,
Bill