I want to know how to make the text slowly be written accross the screen when i activate my program. I don't want it to just appear all at once. Any help?
Making text slowly be written
Collapse
X
-
Well, as you don't post if you're doing this in C or C++, I would recommend writing an individual character in a loop, and then either using a pause or sleep function, or writing your own count function to call in that loop.Originally posted by SchmatzyI want to know how to make the text slowly be written accross the screen when i activate my program. I don't want it to just appear all at once. Any help?
Have a look at this.
Comment