Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

C# Help: Text-Typing Animation

Name: Anonymous 2010-07-05 4:06

I wish to make the console animate typing of a string kind of like the credits for Portal (for those who HAVEN'T seen the ending of portal, watch this video to understand what i'm asking for: http://www.youtube.com/watch?v=Y6ljFaKRTrI)

How should I approach this?

Name: FrozenVoid 2010-07-05 7:37

#include "void.h"
mainstart;for(int i=0;i<strlen(argv[1]);i++){printf("%c",argv[1][i]);usleep(300000);};mainend;
C:\Program Files\DigitalMarsC\bin\code>main "This is a test"
This is a test
C:\Program Files\DigitalMarsC\bin\code>



__________________
Orbis terrarum delenda est

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List