home *** CD-ROM | disk | FTP | other *** search
- .pg wi full clr cy
- COMMAND NAME»gray«: »%t« WalkLine »ye«
-
- /WALK {L|R} {row} {start} {line} {speed}
- /cw
- The »%t«WalkLine»#« command allows you to create effects like the
- opening screen of this tutorial. It "»ma«walks»#«" text across the
- screen. The parameters are:
-
- »wh«{L|R}»#« Enter (»ye«L»#«)eft or (»ye«R»#«)ight for the direction the
- text is to scroll
- »wh«{row}»#« The screen row on which the text is to scroll
- »wh«{start}»#« The starting column
- »wh«{line}»#« The line to display
- »wh«{speed}»#« The delay in milliseconds between each character.
-
- .pg clr
-
- Here are some examples. Press »bo«<enter>»#« to execute each one.
-
- |/WALK R 15 5 "The first example . . . " 75
- |/WALK L 16 70 "The second example is longer . . . " 100
-
- /ENDEXEC CLEAR
-