Basically what I’m attempting to do is make a clicker that keeps score, which I know how to do, but if I were to go to a different frame and go back, like a pause screen or a menu on a different frame, I want it to keep the score when i go back until I click a certain button which will reset the cookies.
To elaborate further: What i want to do is, say I click something on frame A until it gets to 50 points, then i click a button that takes me to frame B, and if i click a button to take me back to frame A my score will stay at 50.
I know there’s an example with setting a word to something after it’s clicked, but could that be implemented with a score too?