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

  1. ; MultiPlayer Join Screen Script
  2.  
  3. IMAGE_FILE  "shelldb\\common\\button_n.pcx"                    ; 0
  4. IMAGE_FILE  "shelldb\\common\\button_d.pcx"                    ; 1
  5. IMAGE_FILE    "shelldb\\common\\button_p.pcx"                    ; 2
  6. IMAGE_FILE    "shelldb\\common\\button_h.pcx"                    ; 3
  7. IMAGE_FILE    "shelldb\\common\\button_f.pcx"                    ; 4
  8. IMAGE_FILE  "shelldb\\netimg\\netj00.pcx"                    ; 5
  9.  
  10. IMAGE_FILE  "shelldb\\netjoin\\sessbar.pcx"                    ; 6
  11. IMAGE_FILE  "shelldb\\netjoin\\playbar.pcx"                    ; 7
  12.  
  13. IMAGE_FILE    "shelldb\\netchat\\common\\SBUpArrow-n.pcx"        ; 8
  14. IMAGE_FILE    "shelldb\\netchat\\common\\SBUpArrow-d.pcx"        ; 9
  15. IMAGE_FILE    "shelldb\\netchat\\common\\SBUpArrow-s.pcx"        ;10
  16. IMAGE_FILE    "shelldb\\netchat\\common\\SBUpArrow-h.pcx"        ;11
  17.  
  18. IMAGE_FILE    "shelldb\\netchat\\common\\SBDownArrow-n.pcx"    ;12
  19. IMAGE_FILE    "shelldb\\netchat\\common\\SBDownArrow-d.pcx"    ;13
  20. IMAGE_FILE    "shelldb\\netchat\\common\\SBDownArrow-s.pcx"    ;14
  21. IMAGE_FILE    "shelldb\\netchat\\common\\SBDownArrow-h.pcx"    ;15
  22.  
  23. IMAGE_FILE    "shelldb\\netchat\\common\\SBSlider-n.pcx"        ;16
  24.  
  25. BACKGROUND    "shelldb\\netjoin\\netjoin.pcx"
  26.  
  27. CONTROLS     mouse, keyboard
  28.  
  29. ;Session Box
  30. LISTBOX 130
  31.     LOCATION    23  96
  32.     DIMENSIONS  273 113
  33.     HOTSPOTRECT 23  96  273 113
  34.     TEXT_COLOR        255 255 255
  35.     HILIGHT_COLOR      255 255 0
  36.     FOCUS_COLOR          255 255 255
  37.     DISABLE_COLOR      127 127 127
  38.     CURSOR_COLOR      0   0   0
  39.     SELECT_COLOR      0   0   127
  40.     BG_COLOR_NORMAL   0   0   0
  41.     BG_COLOR_HILIGHT  0   0   0
  42.     BG_COLOR_FOCUS    0   0   0
  43.     TRANSPARENT
  44.     SCROLLBAR 130
  45.         LOCATION    270 99
  46.         DIMENSIONS  24  108
  47.         BORDER_SIZE 0
  48.         HOTSPOTRECT 270 99  24 108
  49.         PICTURE     #6, #6, #6, #6
  50.         SLIDE       #16,#16,#16,#16
  51.         LU_PICTURE  #8,    #9,    #10,#11
  52.         RD_PICTURE  #12,#13,#14,#15
  53.         ARROW_DIMENSIONS 24 21
  54.         SLIDE_DIMENSIONS 20 20
  55.         END
  56.     NEXT 132
  57.     PREV 240
  58.     END
  59.  
  60. ; Password Edit Box
  61. TEXTBOX 132
  62.     LOCATION    22  253
  63.     DIMENSIONS  275 20
  64.     HOTSPOTRECT 22  253 275 20
  65.     TEXT_COLOR        255 0   255
  66.     HILIGHT_COLOR      255 255 255
  67.     FOCUS_COLOR          255 255 255
  68.     DISABLE_COLOR      63  63  63
  69.     CURSOR_COLOR      0   255 0
  70.     BG_COLOR_NORMAL   0   0   0
  71.     BG_COLOR_HILIGHT  0   0   0
  72.     BG_COLOR_FOCUS    0   0   0
  73.     BG_COLOR_DISABLED 25  25  25
  74.     TRANSPARENT
  75.     ABOVE 130
  76.     BELOW 180
  77.     NEXT  180
  78.     PREV  130
  79.     END
  80.  
  81. ; Join Button
  82. BUTTON 180
  83.     PICTURE     #0,
  84.              #1,
  85.              #2,
  86.              #3
  87.     FOCUS_PICTURE #4 111 339
  88.     LOCATION      34 339
  89.     HOTSPOTRECT      22 301 125  52
  90.     RIGHT    240
  91.     LEFT     240
  92.     ABOVE    132
  93.     BELOW    181
  94.     NEXT     181
  95.     PREV     132
  96.     END
  97.  
  98.  
  99. ; New Game Button
  100. BUTTON 181
  101.     PICTURE     #0,
  102.              #1,
  103.              #2,
  104.              #3
  105.     FOCUS_PICTURE #4 111 401
  106.     LOCATION      34 401
  107.     HOTSPOTRECT      23 363 125  52
  108.     RIGHT    240
  109.     LEFT     240
  110.     ABOVE    180
  111.     BELOW    182
  112.     NEXT     182
  113.     PREV     180
  114.     END
  115.     
  116.  
  117. ; Back Button
  118. BUTTON 182
  119.     PICTURE     #0,
  120.              #1,
  121.              #2,
  122.              #3
  123.     FOCUS_PICTURE #4 111 460
  124.     LOCATION      34 460
  125.     HOTSPOTRECT      23 422 125  52
  126.     RIGHT    240
  127.     LEFT     240
  128.     ABOVE    181
  129.     BELOW    130
  130.     NEXT     240
  131.     PREV     181
  132.     END
  133.  
  134.  
  135. ANIMATION 1000 "shelldb\\pre_ship\\burn" 13
  136.     LOCATION 206 343
  137.     END
  138.  
  139. RUNANIMATION 1001 1000 18
  140.     END
  141.  
  142. LABEL 200
  143.     LOCATION 374 81
  144.     END
  145.  
  146. LABEL 210
  147.     LOCATION 374 141
  148.     END
  149.  
  150. LABEL 220
  151.     LOCATION 374 203
  152.     END
  153.  
  154. LABEL 230
  155.     LOCATION 349 239
  156.     PICTURE #5
  157.     END
  158.  
  159. LABEL 241
  160.     LOCATION 514 361
  161.     END
  162.  
  163. LABEL 242
  164.     LOCATION 585 361
  165.     END
  166.  
  167. LABEL 250
  168.     LOCATION 22 215
  169.     END
  170.  
  171.  
  172. LISTVIEW 240
  173.     LOCATION    352 374 
  174.     DIMENSIONS  262 91
  175.     HOTSPOTRECT 352 374 262 91
  176.     TEXT_COLOR        195 195 195
  177.     HILIGHT_COLOR      255 255 255
  178.     FOCUS_COLOR          255 255 0
  179.     DISABLE_COLOR      195 195 195
  180.     CURSOR_COLOR      0   0   127
  181.     SELECT_COLOR      0   0   195
  182.     BG_COLOR_NORMAL   0   0   0
  183.     BG_COLOR_HILIGHT  0   0   0
  184.     BG_COLOR_FOCUS    0   0   0
  185.     TRANSPARENT
  186.     SCROLLBAR 240
  187.         LOCATION    587 378
  188.         DIMENSIONS  24  84
  189.         BORDER_SIZE 0
  190.         HOTSPOTRECT 587 378 24 84
  191.         PICTURE     #7, #7, #7, #7
  192.         SLIDE       #16,#16,#16,#16
  193.         LU_PICTURE  #8,    #9,    #10,#11
  194.         RD_PICTURE  #12,#13,#14,#15
  195.         ARROW_DIMENSIONS 24 21
  196.         SLIDE_DIMENSIONS 20 20
  197.         END
  198.     RIGHT    182
  199.     LEFT     182
  200.     NEXT     130
  201.     PREV     182
  202.     END
  203.  
  204.  
  205.