Q : How can a KeyDown Event occur only ONCE ?
R : Well, actually after assigning your KeyDownEvent with an Action in Script, you add EVENTDISABLE to disable your actual Keydown Event.
Oh ! I forgot !
How can I point to "any letter" of the alphabet using one and only code ? That is, whenever I click on G, the letter G appears, or whenever I click on Z, then Z appears. Do I have to declare the KeyDown Event for EACH letter ?
Wow that's really amazing ! Have you seen my tutorial concerning the False input text ? So, you've also seen that I've written each and every single letter of the alphabet But one last thing. I see that when you click on "space", what is written is actaully SPACE. Is there a way to replace that with an Empty space instead of SPACE ? Remap or something ? Or can we limit the keys to only alphabetical letters ?
Oh I found a little solution for limiting the keys to specific ones only Instead of having a True Type Font, use an ASCII file with alphabetical Letters ! This limits the keys to ONLY alphabetical letters
However there is some problem with SPACE and RETURN keys For Space, maybe should I put a space somewhere in my ASCII files.
But for ENTER ? Maybe add an Action on it to hide the bug