objCenterPoint = obj.localToGlobal(new pVector(33, 53));
public function pVector(x:Number,y:Number):Point { super(x,y); return this; }