I am looking for a way to send two scores (called Coins and Gems) for a treasure game across several screens. It is for a class.
I have tried Tiny DB but it does not wipe after each game is played and I have not found a fool proof way to make it clear itself if someone closes the game.
I have tried using a close screen with start value but it only does one value and I need to have both send to the next screen.
I have also tried creating a list with the gems and coins value as the start value but then I can not continue to add the scores on the next screen and it gives me errors.
I would include screenshots and code but at this point its very jumbled together. I have also tried to make sure that each screen closes and sends the value but this has also been not successful any help would be appreciated. I can post whatever is helpful!