Hello Andreas, is very easy this question, where write the doubts? in this mail list in the forum or in both, because the questions where are better answers and fast?
Best regards and I have a doubt the next:
I want show text lines with the effect that the text is write alone with this routine:
Code: Select all
Frase2Size= StrLen("by Juan Carlos Herrán Martín")
Ejex=160
For Numero=0 To Frase2Size
TextOut(Ejex, 70, Chr(Frase2$[Numero]),WordWrap=2)
Wait(5)
Ejex=Ejex+10
Next