SuckAToad
Delay User Input
or wait, now if i hit enter during the typewriter effect, it skips letters lol...i think ill remove that code for now and just keep working on the basics, no one is playing this game, just doing it for fun, i know not to hit enter lol
41 replies
Delay User Input
I made progress with asynchronous code but now i have a new issue, the first letter of text is the correct color but then it switches to green. the white text is the robot talking and the green is player input, well thats how its supposed to be..when i added the new code it fixed the original issue but now i have a color issue, back to the drawing board. I APPRECIATE EVERYONES HELP SO MUCH! THANK YOU!
41 replies
Delay User Input
its not so much that their text is an issue but if they were to hit enter during a certain part before the typewriter finishes then they get the next task wrong on their first choice because they essentially are entering "blank"
41 replies
Delay User Input
Well i guess thats kinda where my issue lies. to preface i am a complete noob, just started a week ago so if i dont understand or answer your question correctly, i am sorry! I am not really sure where to point you to or how to search on google for a solution. the bottom of the code has my functions, i have a typewriter effect function, the text from the evil robot appears like a typewriter, which means during that time that the text is displaying, the player can type but will only see their text once the typewriter effect is over. while the typewriter effect is happening, i do not want the player to be able to input any text. with that said, if it makes any sense, what can i pinpoint you to in my code?
41 replies