bt2.onRollOver = function(){ depo = this.getDepth(); this.swapDepths(_root.getNextHighestDepth()) } bt2.onRollOut = function(){ this.swapDepths(depo); }