Hello all, I’m trying to make a navigating where I have a empty MC that is to have movies from the library loaded into it. The empty MC has a movie loaded into it when you enter the frame (using onEnterFrame) and once you click a button, another movie is meant to take its place (using attachMovie). The problem is, I can’t seem to control the depths. As there is to be more library movies loaded into the empty MC, I want to use something like the “this.getNextHighestDepth()” rather than using numbers.
Can anyone help please!?