home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1998 #8 / K_CD_8_98.iso / outwars / shelldb / netscore.txt < prev    next >
Text File  |  1998-03-24  |  2KB  |  79 lines

  1. ; MultiPlayer score script
  2.  
  3. BACKGROUND    "shelldb\\netscore\\netscore.pcx"
  4.  
  5. IMAGE_FILE    "shelldb\\netscore\\continue-n.pcx"                ;0
  6. IMAGE_FILE    "shelldb\\netscore\\continue-d.pcx"                ;1
  7. IMAGE_FILE    "shelldb\\netscore\\continue-p.pcx"                ;2
  8. IMAGE_FILE    "shelldb\\netscore\\continue-h.pcx"                ;3
  9.  
  10. IMAGE_FILE    "shelldb\\netscore\\minfo_n.pcx"                ;4
  11. IMAGE_FILE    "shelldb\\netscore\\minfo_d.pcx"                ;5
  12. IMAGE_FILE    "shelldb\\netscore\\minfo_p.pcx"                ;6
  13. IMAGE_FILE    "shelldb\\netscore\\minfo_h.pcx"                ;7
  14.  
  15. CONTROLS     mouse, keyboard
  16.  
  17.  
  18. ; Continue Button
  19. BUTTON 100
  20.     PICTURE     #0,
  21.              #1,
  22.              #2,
  23.              #3
  24.     LOCATION    459 405
  25.     HOTSPOTRECT    459 405 115 29
  26.     NEXT     140
  27.     PREV     120
  28.     END
  29.  
  30. ; More Info Button
  31. BUTTON 120
  32.     PICTURE     #4,
  33.              #5,
  34.              #6,
  35.              #7
  36.     LOCATION    334 405
  37.     HOTSPOTRECT    334 405 115 29
  38.     NEXT     100
  39.     PREV     141
  40.     END
  41.  
  42.  
  43. LISTVIEW 140
  44.     LOCATION    88 78 
  45.     DIMENSIONS  494 186
  46.     HOTSPOTRECT 88 78 494 186
  47.     TEXT_COLOR        195 195 195
  48.     HILIGHT_COLOR      255 255 255
  49.     FOCUS_COLOR          255 255 0
  50.     DISABLE_COLOR      63  63  63
  51.     CURSOR_COLOR      0   0   127
  52.     SELECT_COLOR      0   0   195
  53.     BG_COLOR_NORMAL   0   0   0
  54.     BG_COLOR_HILIGHT  0   0   0
  55.     BG_COLOR_FOCUS    0   0   0
  56.     TRANSPARENT
  57.     NEXT     141
  58.     PREV     100
  59.     END
  60.  
  61.  
  62. LISTVIEW 141
  63.     LOCATION    88  296 
  64.     DIMENSIONS  494 103
  65.     HOTSPOTRECT 88  296 494 103
  66.     TEXT_COLOR        195 195 195
  67.     HILIGHT_COLOR      255 255 255
  68.     FOCUS_COLOR          255 255 0
  69.     DISABLE_COLOR      63  63  63
  70.     CURSOR_COLOR      0   0   127
  71.     SELECT_COLOR      0   0   195
  72.     BG_COLOR_NORMAL   0   0   0
  73.     BG_COLOR_HILIGHT  0   0   0
  74.     BG_COLOR_FOCUS    0   0   0
  75.     TRANSPARENT
  76.     NEXT     120
  77.     PREV     140
  78.     END
  79.