I am in the process of making a game, where two players can fight against each other. Before the players start their fight, they can choose 5 moves that they want to use from a list.
What I need to do here is load these moves from swf-files that are located in another directory. I want to do this because there is no need for the clients to load moves that will not be used, and that would only make for extra long loading times.
Is there anyway to create a movie clip that has different swf-files loaded dynamicly into different frames? Or how would you go about this?
Thanks! (I use flash8 and As2.0)