this._width=_root.block._x-_root.bar._x;
mysound.setVolume(Math.round(this._width/linewidth*100)); }
block.onPress=function(){ this.startDrag(false,blockleft,this._y,blockright,this._y); }
block.onRelease=function(){
this.stopDrag() } block.onReleaseOutside = function() {
this.stopDrag()
}
17