on (press) {
_root.square3.swapDepths("_root.square" add _root:x);
_root:x = "3";
startDrag ("");
}
on (release) {
stopDrag ();
}


Please explain what is happening here

this is the action on the button inside the movie.. on the root there is the x=1 action on the first frame. There are three squares.. so when I click on the first one it goes way on the bottom rather then coming to the top