Change depth of a specfic mc

right now I have some balls being generated like addChildAt(ball, 0);

However what if I wanted to change the order of one specific ball?
So make one ball 2 and add a alpha layer inbetween so the other balls cant be clicked.