Question
Load external swf into a specific _level
Hi there,
I am loading an external swf into the mc 'image' using:
image.loadMovieNum("portfolio/100_design/1.swf", 1);
Every time a new image loads, I want it to load the level above, ie:
image.loadMovieNum("portfolio/100_design/1.swf", 2);
Is there a way this can be done dynamically. For example, "current level + 1"
Many thanks