Dont understand load attribute

I used this tutorial

At the end(15min). He puts the load attribute in the actor. I fill the same thing in and start the game but now level 2 is also unlocked?

Comments

  • funkyj4everfunkyj4ever Member Posts: 74
    It looks like when i add the load attribute, it changes the save attribute to 2. Even when i use a fake key name?? is this a bug
  • gurechangurechan Member, PRO Posts: 211
    Save Attribute is used to save game data to the device so when the user exits the game the saved data can be used again the next time the game is played, hi score for example.

    The Load Attribute is used to load that Saved Attribute data back into the game, ie: hi score, when the user plays the game again.

    So in order to use Load Attribute, you must first save data to is using Save Attribute.

    You can then load this into a game or actor as required in the game.

    You can now use tables for this and it is much easier, especially if you need to store lots of data, or update various data in a table.
  • GLGAMESGLGAMES SingaporeMember Posts: 988
    Yes go for table storage if you need highscore, achievements or level details etc...
Sign In or Register to comment.