home *** CD-ROM | disk | FTP | other *** search
/ Autodesk - Texture Universe / TEXTURE_UNI.iso / browser / browse.scr < prev    next >
Encoding:
Text File  |  1994-03-22  |  1.0 KB  |  42 lines

  1. loop (forever)
  2. menu.gif -p 0 -t fadein color(0,0,7) fadeout color(20,20,20)
  3. keychoice
  4.         choice a
  5.                 call tgas\animal.scr
  6.         choice b
  7.                 call tgas\arch.scr
  8.         choice c
  9.                 call tgas\concrete.scr
  10.         choice d        
  11.                 call tgas\fabric.scr
  12.         choice e        
  13.                 call tgas\ground.scr
  14.         choice f        
  15.                 call tgas\water.scr
  16.         choice g        
  17.                 call tgas\macro.scr
  18.         choice h        
  19.                 call tgas\metals.scr
  20.         choice i
  21.                 call tgas\minerals.scr
  22.         choice j
  23.                 call tgas\organi.scr
  24.         choice k
  25.                 call tgas\paint.scr
  26.         choice l
  27.                 call tgas\plastic.scr
  28.         choice m
  29.                 call tgas\scenic.scr
  30.         choice n
  31.                 call tgas\signs.scr
  32.         choice o
  33.                 call tgas\wood.scr
  34.         choice q
  35.         exittodos
  36.         choice escape
  37.         exittodos
  38. endchoice
  39. endloop
  40.  
  41.  
  42.