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)
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)
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.
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