So here!
I have created a flash movie here and a flash movie there. Now I want to use one scene of this flash movie into that flash movie or I want to append a movie into another.
How do how do that without having to copy the entire librairies and frames? is there an easier way, there must me.
Thanks for any help fellas.
how about the loadmovie command? have you tried that? bassically, you can load content (in form of a new swf document) into a target clip or on a higher level than your _root movie.
Its actually not that hard to just copy and paste them. All you really have to do it create a new scene and paste all of the information in there and then put a goto scene-"whatever scene you want." Using thw load movie is also useful but can get tricky when you have to postion the object in a certain place.
Originally posted by davellaman Its actually not that hard to just copy and paste them. All you really have to do it create a new scene and paste all of the information in there and then put a goto scene-"whatever scene you want." Using thw load movie is also useful but can get tricky when you have to postion the object in a certain place.
-Mark
might be right, but you can control the movie itself much better. plus, you can keep a menu or something there the whole time, whithout having to worry about making it visible on each stage... but i guess, this is just a matter of opinion.. do i'll just shut up now
I' will try these sugestions, thanks.
I guess, one the main things I wanted to do was to re-use the same preloader for several movies, so , the load fucntion may not work in this example.