private var _a:Number; public function setA(a:Number):void { _a = a; trace(_a); } public function getA():Number { return _a; }