home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Extra 1996 #6 / AmigaPlus-eXtra-6-96.iso.7z / AmigaPlus-eXtra-6-96.iso / programme / dust / dusthelp / window < prev    next >
Text File  |  1996-03-22  |  506b  |  13 lines

  1.   COMMAND WINDOW
  2. -----------------------------------------------------------------
  3.     Purpose: open a preview window
  4.       Usage: WINDOW(<objectID>,[<left>,<top>,<width>,<drawmode>,
  5.                     <rotX>,<rotZ>,<zoom>,<keepscale>,<outlined>])
  6.  
  7.         drawmode=("WIRE"|"SOLID"|"COLOR")"
  8.         keepscale: keep initial scale-values unless you press <r> (Rescale)
  9.  
  10.   Examples: window(1,40,60,400,wire,12,-24,0.5,true,true)
  11.             window(5)
  12.             window(3,0,0,0,color,18,-42,1.0,false,true)
  13.