
04-10-08, 19:30
|
|
Junior Member
|
|
Join Date: Sep 2008
Posts: 1
Rep Power: 0
|
|
|
Re: xml gallery
Pardon me if my english is not so good, I'm a poor French guy, and I just started learning AS(3) as well...so don't get to rough on me ok.. but I really need your help. Anyone.
I have a main flash movie that consists of basically two main layers with one mc on each, one for a background(photoShow_mc), and the second one on top(mainMenus_mc) in which I run most of dynamic areas and scripting related to my menus movieclip buttons...so far nothing too hard there.
Now, by CLICKING one of the menu(IN the first frames of the timeline of mainMenus_mc), it will GOTOANDPLAY the sequence of frame(in mainMenus_mc) requested by frame labels and to stop to frame the next stop (let say in the mid-part of the timeline of mainMenus_mc), where I want it to load a external .swf, that should be removed as the section is closed by calling another sequence of frames again(what about referring to the end of the timeline in mainMenus_mc again), from where the guest is returned to the main frame label where you choose the menus again(beginning of mainMenus_mc).
Now, I've figured out for now that the easiestis by creating an opening sequence for each menu section(which is easiest and better for my purposes too) which bring all to a(many) stop frame where I request a loaderX++ to load the .swf URLattached to the menu section called. So far, I got it all. Now, all the menus get to close with the same closing section sequence. At first try, it was easy because I had only one loader request which I removed by using stage.removeChild(loaderX) on the first frame of the closing sequence. But now with more than 20 sections(which means 20 different .swf to load independently and on different time on the timeline, I just do know where to go from here.
anyway, anyone can help me get over this issue Please. It means a lot to me.
Thx |
|