public function BgSimple(border:uint) { this.border = border; } public function set border(value:uint):void { _border = value; }