public static changeZhucedian(obj1: egret.DisplayObject) { obj1.anchorOffsetX = obj1.width>>1; obj1.anchorOffsetY = obj1.height>>1; obj1.x+=obj1.width>>1; obj1.y+=obj1.height>>1; }