How can i Drag movieclip on another movie Clip

Hello Guys

I have one Movie Clip in this Movie Clip i have Another Movie Clip with the Name of Drag_mc
in this Drag_mc I am giving the below Scripting and it is working properly.
//////////////////////////////////////////////////////////////////////////////////
dragbar_mc.onPress = function () {
this._parent.startDrag(false);
};

dragbar_mc.onRelease = dragbar_mc.onReleaseOutside = function () {
this._parent.stopDrag();
if
};
///////////////////////////////////////////////////////////////////////////////

On root i have 9 MovieClips one by one and if i Drag this Movie Clip on one of them it can trace its name and value that " On which Movie Clip i have released it?"

Thanks… I am waiting for your Prompt Reply :slight_smile:

Cheer…