Grab, drag problems

hi does anyone no why this wont let me drag ?

my_MC.onPress = function ():Void
{
     this.startDrag();
};
my_Mc.onRelease = my_MC.onReleaseOutside = function ():Void
{
     this.stopDrag();
};