Simple MC depth problem (i thought)

Here’s what I’m trying to do. I have a number of drag-able movie clips on the stage. They can overlap. When I click and begin to drag on one movie clip, I want that movie clip to be on the TOP depth.

I also want the PREVIOUSLY dragged clip to be “placed” into the second to top depth (or 1 depth below the currently selected MC). I say this because I was trying to use swapDepth() and it had the effect of the previously dragged clip falling beneath several other movieclips when a new movieclip was selected.

Please, someone show me the way on this :hair: