Make cool text animations (spritefont and text).
Just been messing around with this addon recently and I'm really impressed with how well its done... Honestly feels on par with ACTUAL construct 3 addons. Question I have; is there a built in way to have a short delay before resuming typing? Like... If I wanted a delay between a period and the next sentence, or a short delay between a space and the next word. Stuff like that. And also if there's a way to have it detect certain letters being typed. For example: right now I'm trying to make it so that whenever there's a space, period, or a coma there won't be a text sound.
Hi, yes the typewriter has special typewriter tags you can use like [tw=wait 1] to wait 1 second.
There is also an "On Letter Typed" trigger that triggers for every single character being typed as well as the "lastLetter" expression that gives you the last letter that was typed for that purpose.
For more info, read the ACEs page and the docs page, it has a lot of these tricks explained:
construct.net/en/make-games/addons/324/animate-text/aces
construct.net/en/make-games/addons/324/animate-text/documentation
I'll definitely take a look- thank you!