|
X Complete Initialization for 10 kreds Complete the Quest and earn an exclusive shiny kongpanion + 10 kreds 15% Congratulations! You’ve completed your Kongregate account! Congratulations! You’ve completed your Kartridge quest! Spend your hard earned kreds on some of these games! RokiAlth's messagesPublic messages for RokiAlth
chitown15
Jun 25, 2010 5:51pm You want to put the code userData = SharedObject.getLocal(“savedData”); and the other code dealing with loading the saved data in the frame’s actions (Generally your first frame), not in an object.
comment
chitown15
Jun 22, 2010 6:17pm I’m guessing you forgot the first line of code. userData = SharedObject.getLocal(“savedData”); You have to tell flash what userData is. That should be the first line of code in your game dealing with saving data. Let me know if this works. Otherwise it could be a simple as you misstyped userData to something like Userdata. Let me know if it works!!… show moreI’m guessing you forgot the first line of code. userData = SharedObject.getLocal(“savedData”); You have to tell flash what userData is. That should be the first line of code in your game dealing with saving data. Let me know if this works. Otherwise it could be a simple as you misstyped userData to something like Userdata. Let me know if it works!! show less |