home *** CD-ROM | disk | FTP | other *** search
/ Learn 3D Graphics Programming on the PC / Learn_3D_Graphics_Programming_on_the_PC_Ferraro.iso / rwdos / dosexp.txt < prev    next >
Text File  |  1995-02-15  |  2KB  |  42 lines

  1.      RenderWare(tm) v1.4 FCS MS-Dos Demonstration Program
  2.      ====================================================
  3.  
  4. ----------------------------------------------------------------------------
  5. This demonstration program is copyright Criterion Software Limited 1994.
  6. You may not disassemble, decompile or reverse engineer this demonstration
  7. program.
  8.  
  9. This demonstration program is provided as is with no warranties of any
  10. kind. Criterion Software  will not, under any circumstances, be liable for
  11. any lost revenue or other  damages arising from the use of this
  12. demonstration program.
  13.  
  14. RenderWare is a trademark of Canon Inc.
  15. ----------------------------------------------------------------------------
  16.  
  17. DOSEXP
  18. ======
  19.  
  20. DOSEXP.EXE is a simple 'duck-shoot' game utilising some of RenderWares DOS
  21. specific display handling. In particular it is designed to demonstrate the
  22. creation of mouse pointer images.
  23.  
  24. The flat square like object is the platform where objects are launched from.
  25.  
  26. The Application Controls
  27. ------------------------
  28.  
  29. The application controls are as follows:
  30.  
  31. 1) When the mouse pointer is over the platform (the pointer will be an arrow)
  32. the view point can be moved by holding the left button down and moving the
  33. mouse.
  34.  
  35. 2) When the mouse pointer is over an object that can be shot, the image will
  36. become a square with the word 'Fire!' above it. Pressing the left button at
  37. this point will cause the object to be destroyed.
  38.  
  39. 3) Press ESC to exit.
  40.  
  41.  
  42.