Hey i actually integrated the script brunopalermo ,
I pop up one question tho.
While working on the answer system ( so if you press a letter button that letter will appear in the answer slots ) i am not sure how to.
What i did is creating a text object on every "letter slot". These letters will be filled in with the right letter and will become visible if a right letter is pressed.
That part would be fine to create i think i can manage it but somehow i want to cut the answer in letters just like you do when creating the right letters and random letters.
Though my: find(uppercase(answer),mid(ALPHABET,loopindex,1)) won't work to get all letters.
This is what it looks like atm:
This is what i did. As you can see i tried using it the same way as it creates the letter slots:
As you can see below creating the amount of "letters" is correct but my code isn't:
This works for the letter slots and the amount of letters but not for the text itself: find(uppercase(answer),mid(ALPHABET,loopindex,1))
Somehow the letters appear as 0 and -1.
Can you please help me with that line of code? I think i'm heading the right direction but my line isn't completely correct.
Thanks!