Shared Object Not saving the level Progress
- by user3536228
I am making a flash game in which i have a variable levelState that describes the current level in which user has entered I am using SharedObject to save the progress
but it does not do so
first i declred a clas level variable
private var levelState:Number = 1;
private var mySaveData:SharedObject = SharedObject.getLocal("levelSave");
in the…