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?
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.
Comments
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.