var save_data = SharedObject.getLocal("RSgame"); save_data.data.cx = _root.char._x; save_data.data.cy = _root.char._y; save_data.flush();