SwapDepths on multiple movieclips/buttons?

I have a problem!
I’m making a website where you click a character and a board drops down behind the character. But I have this for many other buttons. For example board 1 is already placed, I click button 2 and board 2 comes down infront of the first board (which I wanted btw) HOWEVER the board also goes infront of the characters, I’ve been trying to sort this but nothings working … HELP MEH.

Button 1 code:
on (release) {
//Movieclip GotoAndPlay Behavior
_root.home.gotoAndPlay(2);
_root.home.swapDepths(1);
//End Behavior

}

I also added code into the mainframe so swapDepths are allowed on movieclips;

Button.prototype.swapDepths = MovieClip.prototype.swapDepths;

Help is apprechiated. :slight_smile: