Hello,
I would like to make a typewriting game where when you write a letter from the keyboard, an animation would appear (like a hand that writes the letter down).
Do you know how can I track the position of each letter and update that position when the user presses another key?
Scenario:
1. the user type 'w' - an animation will occur at the position of 'w'
2. the user type 'o' - an animation will occur at the position of 'o'
3. the user type 'w' - an animation will occur at the position of 'w'
In the game, you will be able to hit Enter and make a newline or hit Backspace and delete some letters. I would like to use the 'Text' object from Construct 3. Or, if it is not possible, I would like 'Text Input'.
So.. anybody has done something like this? Or know how to track the position of the letters?
Thank you! :)