Send everything back to its original position

Is there an action that sends everything back to its original position after using the bring to front action.

on (press) {
_root.x += 2;
_root.symbol.swapDepths(_root.x);
}

The symbols that are brought to the front are staying there when they are not ment to be.

:thumb: