type writer text effect

hello !

i need to project a text with a type writing effect.

i can have the effect run pretty ok, but the text is only one bloc and i can’t figure out how to render line feeds / CR

any advice on this ?

thanks a lot
typeWriting.tox (2.85 KB)

1 Like

hello,

still stuck on this.

i imagine i can’t render line feeds because of the eval DAT which receives the text bloc in only one row, so no ore line feed character ?

using a convert DAT can store every line into distinct rows but how can i deal with this in order to send them to the text DAT ? or maybe this is not the way to go ?

thanks for your help.

1 Like

well, i found out that connecting the evaluate DAT directly to the text DAT does the job.

though it seems some words are randomly wrapped

1 Like