i really enjoyed reading your thoughts on this jam and drinking the mysterious fluid. and in general the zine looks SO COOL like r u kidding me the intro looks straight out of rpg maker!Im dying to know how you made the typewriter effect, everytime im suprised how much you can do in this program...im excited to see what you make next:)
Viewing post in I wrote a little piece about all the entrants in my zine
Thank you so much for reading!
Typewriter effect is just some fancy code - essentially I take advantage of the fact that you can read a string in like a list, so I go through one character at a time and then append each character onto the text box with each loop. Although when I was originally conceiving it I did ponder whether I wanted to fake the effect with a transition instead (like wiping between two cards one with the text on it) so that could work also maybe.
TBH the thing about Decker is you can kinda do anything! I've found it really liberating.