override public function set text(s:String):void{ super.text=s; wordWrap=false; var tw:Number=Math.min(Math.max(textWidth,150),200); wordWrap=true; width=tw; }