Hi
- I’m trying to load a MC from my library into a blank MC on the stage:
Blank movie clip = loader_mc
MC in library = main_mc
When the application runs I want the main_mc to load into the loader_mc
This is as far as I have got:
loader_mc.loadMovie
- The main_mc contains buttons which when clicked I would like to load other .swf files from the root folder and mc’s from the library. I would like these to load into the loader_mc.
I’m a beginer so please go easy with the code
Any help would be great!
Many thanks for the time
Joe