Hi
I am making a Flash portfolio. So far so good except for 1 issue that I’ve run up against.
I have linked my separate .swf files together using the following script:
[COLOR=RoyalBlue] on (release) {
loadMovieNum(“moviefilename.swf”, 2);
}[/COLOR]
The files are linking, but the problem is that the files are opening on top of each other. In other words, the previous .swf file does not disappear as the new .swf file opens. It opens on top of the last one so the result is a messy layered mess. I thought that keeping the level at 2 would remedy this but no success. :stare:
Any help is appreciated.
Thanks!
FlashForward