I'm trying to create a "Hint" page for my game that involves solving puzzles/riddles. Players can get hints, one at a time, getting more specific until finally the answer is revealed. See example below.
I'm trying to find a way to cycle forward and backward with these hints, but I'm not sure how. I'm currently using a Spritefont. Would an array be the best way to tackle this? If so, could you be specific on how to set that up? Or is another method best? The best tutorials I've found were related to dialogue, but they seemed too complex for what I'm doing and didn't see to allow going "backwards."
Thanks in advance!