i have a button in a loaded movie, which on release is supposed to create a new empty clip on the parent MC and then load another movie into that empty MC. somehow it’s just not loading the new MC when i test the parent movie. in the last frame of the loaded movie i have:
why do you have the unloadMovie command in there? It probably is loading it but unloading at the same time so that is basically overiding the loadMovie…