Okey i have 3 MC on the main stage that are arranged almost one over another. What i want is on mc hover the hovered mc to go above the other 2. I am thinking that it will happen with the movie clip's depths but i am not sure how. And on hover out the mc to go on its place behind the others. Can you help me a bit?
Use the swapDepths movieclip method.
yeah i knew it was that one but how im nea should i have set a depth to an mc before i swap it? And how to use it swap if I have 10 objects on the stage?
One way would be to use createEmptyMovieClip and then attach your clicked mc to it (since the createEmptyMovieClip creates a movieclip at the highest depth at that moment) and delete the original.