HOW TO USE:
import SharedObjectManager;
var _sharedOBJ:SharedObjectManager = new SharedObjectManager();
_sharedOBJ.setupSharedObject (“test”);
// set the data
_sharedOBJ.setData (“lives”,3);
// get the data
trace (_sharedOBJ.getData (“lives”));
HOW TO USE:
import SharedObjectManager;
var _sharedOBJ:SharedObjectManager = new SharedObjectManager();
_sharedOBJ.setupSharedObject (“test”);
// set the data
_sharedOBJ.setData (“lives”,3);
// get the data
trace (_sharedOBJ.getData (“lives”));