[]Dialog限制拖动区域有什么方法

除了继承重写之外,还有什么方法么
已邀请:

Aar0n

赞同来自: LT

dialog类 
private function _onMouseDown(e:Event):void {
            var point:Point = this.getMousePoint();
            if (_dragArea.contains(point.x, point.y)) this.startDrag();
            else this.stopDrag();
        } 找到这段代码,改引擎,做判断,如果要出边界就stopDrag

Aar0n

赞同来自:

dialog.dragArea = "0,0,150,50";//设置 dialog 的拖拽区域。

要回复问题请先

商务合作
商务合作