clip_mc.onPress = function() { this.startDrag(); }; clip_mc.onRelease = function() { stopDrag(); if (this._x<100 && this._y<100) { trace("Soltado entre Y 100 y Y 100"); } };