home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / grsphlp.zip / CM2.HLP < prev    next >
Text File  |  1986-08-12  |  2KB  |  23 lines

  1. ╔══════════════════════════════════════════════════════════════════════════╗
  2. ║     GRASP - Command Summary Listing                       Page 2 of 3    ║
  3. ╠══════════════════════════════════════════════════════════════════════════╣
  4. ║ GOSUB label                          - execute subroutine                ║
  5. ║ GOTO label                           - goto label                        ║
  6. ║ IFKEY key,<label>                    - if key match, goto label          ║
  7. ║ LINE x,y,x2,y2                       - draw line in drawing color        ║
  8. ║ LINK textfile_filename               - link to another command file      ║
  9. ║ LOOP                                 - loop to previous mark             ║
  10. ║ MARK loop_count                      - mark for looping                  ║
  11. ║ MODE border_color,<palette>          - CGA mode border and palette set   ║
  12. ║ MOVE x0,y0,x1,y1,dx0,dy0             - scroll region to dx0,dy0          ║
  13. ║ NOISE freq1,freq2,duration           - make some noise                   ║
  14. ║ OFFSET x,y,<r>                       - x and y coordinate offsets        ║
  15. ║ PALETTE buffer                       - EGA mode set palette to default   ║
  16. ║ PAN x0,y0,x1,y1,<buffer>             - EGA pan from x0,y0 to x1,y1       ║
  17. ║ PFADE #,<buffer>,<speed>,<delay>     - fade a picture to screen          ║
  18. ║ PFREE buffer,<buffer>,...            - free up picture buffer(s)         ║
  19. ║ PLOAD picture_filename,<buffer>      - load a picture                    ║
  20. ╠══════════════════════════════════════════════════════════════════════════╣
  21. ║            Press ENTER for more help...ESC to return to editor           ║
  22. ╚══════════════════════════════════════════════════════════════════════════╝
  23.