Scrolling/messaging text
marsetta
28 Jul 2019, 23:29Is there a way to have the words show up on screen as if a message is being typed instead of just showing up in a big block of text?
DarkLizerd
28 Jul 2019, 23:50In Text Adventure, the "big brother" of this, there is a typewriter command...
You can even set the typing speed.
marsetta
29 Jul 2019, 00:23Do you know the code for it?
DarkLizerd
29 Jul 2019, 00:59I don't think there is any way to duplicate it in Squiffy... sorry.
Is there a way to do a timer or loop???
goliard
29 Jul 2019, 08:06Here's a link to Codepen, and a Javascript method of coding a multiline typewriter effect:
https://codepen.io/daviddcarr/pen/XVyQMM
(don't know whether this is over the top for what you want...!)