Hello - I haven’t realy found anything on this topic or even quite known how to describe it, so I’d love any help, advice, or ideas of where to go from here. Thank you!
I’m working on a game where I want certain doors to have riddles on the door itself. The way the player solves the riddle is by clicking on letters within the text of the riddle itself to spell out the answer, which causes the door to vanish and lets the player progress. The letters would change color when clicked on, so the player knows they’ve accomplished something.
Does anyone have ideas on how I could accomplish this? I recognize that the letters in the text render aren’t individual entities I can click on - I’ve tried making blueprints of letters to sort of hide underneath the text render and have them appear when the player clicks on them, but that hasn’t worked very well, and I haven’t even remotely figured out how to go from that to the door vanishing. Thanks for any thoughts, ideas, and/or advice!