hi gurus…
i am new to this forum,
I am doing a drag and drop activity in as3. Since the space is a constraint, I need to swap the dragging object into top depth and the same should go to the bottom most depth after dropped in to correct target, so that the other draggable object won’t be hidden behind that. I used swapChildren() method but the problem is: the swapped object comes to the top level while swapping other objects. is there any method to swap the child to a unique depth? (like swapDepths(1000) in as 2.0). please note that all the movieclip objects are being added to the stage dynamically (including dragbar and dropbar).
can any one help me to sort out this issue?