Hi @hognoze0 ,
It could be that the reason the text keeps typing out after pressing the button is because the loop doesn’t stop. Even though you’re showing the full text at once with SkipText2
, the loop in Typewriter2
, specifically the For Each With Delay
, keeps running, and you should stop that loop when the SkipText2
event is called.
Hope it works!!