how to save coins score
Hi!
I need to save coins amount that users takes, on the first scene, but also on the others.
I made an attribute coins and I save it on the first page; on others scene I display coins and load it, but it doesn t show saved coins.
Someone can help me?
Thx
Comments
You need to provide more information about your problem. Post a screenshot of your rules, and try to explain the issue in more detail.
The save / load attribute behaviours are meant for saving / loading attributes so that when the game is closed, and open again they won´t reset to default.
From what i understand from your explanation, this is not what you´re trying to do?
Saves only work on the device. If you use a table you can see the change in preview but each time you exit preview all things go back to their default state.
It's possible I'm not understanding this correctly, but you can see save/load work in Creator by pressing the restart button. This simulates an app being closed in multitasking.
Oh that works for save behavior too. I do use it to test table saves. Duh