[10 Apr 2011] Where write the doubts
Posted: Sat Jun 13, 2020 5:32 pm
Note: This is an archived post that was originally sent to the Hollywood mailing list on Sun, 10 Apr 2011 20:56:19 +0100 (BST)
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:
Every letter is write with a new x position (I had it in C++, and it worked) but here with Hollywood the spaces are more big and the capital letters are showed overwriten the side letters, some solution or idea?
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