Set the depth of a movie clip instance

Hi,

is there a way to set the depth of a movie clip instance that is on the stage, ie. not created via createEmptyMovieClip, attachMovie, duplicateMovieClip and so on? Something like

my_mc._depth = 3

thanks in advance!