Hi I am new to Kirupa,
I have a question about loading external swf.
I have an swf that will be loaded into the main swf, and then moved into the movieclips
loader.contentLoaderInfo.addEventListener(Event.COMPLETE, loaded);
function loaded(e:Event) {
holder = e.target.content;
Holder = e.target.content;
Play();
}
the code works fine but the problem is when I want to go to say frame 2 in “holder” the “Holder” also goes to frame to but “Holder” should stay on frame 1
I use to movieclips to be able to make nicer alpha transitions (tweens) but that wont work because the two movieclips mirror each order.