Hi there, I've got another problem
So, I made a shop for my game for unlock characters, and with this solution is ok.
[attachment=0:1eyxcfgw][/attachment:1eyxcfgw]
(Under the ShopButton to buy, there is a SetButton to select the character choosen)
(ShopButtons.Prezzo is a Instance Variable to make the price different for every button)
The problem is when I close the game, in fact, when I reopen it, I have to buy again all the characters unlocked previously. Is there a way to save the progress? I know that with the WebStorage I can save variables etc. but I don't know how to apply this method on more sprite all identical. (ShopButton)
Thanks in advance!