Hi Folks,
I learned at great deal from the following tutorial called Transitions Between External SWFs at http://www.kirupa.com/developer/mx2004/transitions2.htm.
I am relatively new to flash and actionscript. Below is what I wanted to do with the above tutorial.
I opened all the flas’s section1.fla, section2.fla, etc. An instead of having the animations in the root timeline I wanted to create a movieclip in each of the flas, and then move the animation that is in the root timeline to the movieclip and then drag the movieclip to the main timeline of section1.fla, section2.fla, etc. Hope this is clear.
Now I’m unsure how to change _root.container.loadMovie(_root.currMovie+".swf") that is now within the movieclip of section1.fla, section2.fla, etc and on the last line of the movieclip so it will pass the information up to the root timeline of mainmovieMX.fla. I made a number of attempts and seemed unable to do it.
Also, will I have to change the code on each button? I thought I would not have to.
Thanks so much for your patience and help. I think if this gets cleared up for me I will have increased my understanding of targeting which is still perplexing me.
All the best,
Libman