Answered
getNextHighestDepth problem
I have a problem.
I have created 14 movie clip buttons. Each button has a roll over effect when you mouse over. When you mouse over there is a graphic that gets bigger and then gets smaller when you roll out. The problem is each movie is on it's own layer and when I roll over a movie, one will zoom under a movie and hide the image and if I put the movie on top of that movie's layer it'll cause the same problem for a diffrent one so on and so forth.
I've tried placing this code one the first frame where the clips reside
movieclip.getNextHighestDepth()
and this one too
movieclip.swapDepths(_root.getNextHighestDepth());
but it doesn't always work. How can I get the clips to zoom on top of each other as you mouse over each individual one?
I have created 14 movie clip buttons. Each button has a roll over effect when you mouse over. When you mouse over there is a graphic that gets bigger and then gets smaller when you roll out. The problem is each movie is on it's own layer and when I roll over a movie, one will zoom under a movie and hide the image and if I put the movie on top of that movie's layer it'll cause the same problem for a diffrent one so on and so forth.
I've tried placing this code one the first frame where the clips reside
movieclip.getNextHighestDepth()
and this one too
movieclip.swapDepths(_root.getNextHighestDepth());
but it doesn't always work. How can I get the clips to zoom on top of each other as you mouse over each individual one?