PDA

View Full Version : loading movies and keeping them



daw0lverine
December 31st, 2003, 10:29 AM
Hi everybody,

I have a question : is it possible to keep the loaded movies and then attach them to a mc ?
The thing is that I have several external resources to load and I wish to attach them pour MCs along the execution of the movie.

I heared attachmovie only worked for library elements ?

Thanks alot in advance.

claudio
December 31st, 2003, 12:53 PM
I dont quite get what you are trying to do here...

daw0lverine
December 31st, 2003, 02:32 PM
Here the thing : at the beginning of the program, I'd like to load all the external pictures I need and sotre them in movieclips.

Then later, I need to "attach" one of the MCs that I have created to another MC (ie : replace a picture by another).

Quite simple actually but I don't know how to do it, because the attachmovie only seems to work with library elements whereas I use loadmovie() to load my pictures.

Any idea ?