Hi,
I just need some quick information about levels.
I have an empty MC on level1 swf, then load another swf into level1 empty MC.
I need to be able to load another swf into level1 to take the place of the current one.
IE.
I’m thinking it should look like this.
[AS]
on (release) {
_level01.emptyMC.loadMovie(“myMovie.swf”);
}[/AS]
Thanks!!
Victor