Movieclip on stage depth control

Hi all,

I have about 85 movie clips on stage and they all have startDrag with MOUSE_DOWN.

here is the thing I need the active one to come forward to the top of all others.

can someone please HELP?

I tried using:

setChildIndex(e.currentTarget, 85)

on the mouse over function but its not working its giving me an error

1118: Implicit coercion of a value with static type Object to a possibly unrelated type flash.display:DisplayObject.

thanks