Ну или так..

Код:
mc.onPress = function():Void {
this.startDrag(false,ogr._x,ogr._y,ogr._x+ogr._width-this._width,ogr._y+ogr._height-this._height);
}
mc.onRelease = mc.onReleaseOutside = function ():Void {
this.stopDrag();
}
где mc -перетаскиваемый обьект
ogr - это клип, за рамки которого mc недолжен выходить