I have an object and for some reason I want to bring it to front when it starts dragging:
myObject.startDrag();
setChildIndex(myObject, numChildren-1);
Now, when I go to next or previous frame, myObject is over other objects. How I can restore the myObjects index to default value at the begining, after dargged it?