flash AS2重なり順

※一番上にもってくる
myMC.swapDepths(_root.getNextHighestDepth());

順番かえる
on (press) {
_root.depth += 1;
this.swapDepths(_root.depth);
startDrag(this , false);
}
on (release) {
stopDrag();
}