|
|
|
| 18 November 2002 | TypeWrite() |
| Author | Rob van der Velden |
| Action | Display specified text at a specified location using a 'command & conquer' typewriter style (E.V.A.). |
| Syntax | TypeWrite (Y, X, text) |
| Parameters | |
| Remarks | No Remarks, |
| Returns | Nothing. |
| Dependencies | MsecSleep() |
| Examples | TypeWrite (0,0,"Hello World") |
| Source | FUNCTION TypeWrite ($ystart, $xstart, $text) ; Author: Rob van der Velden |
|
|
|