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

  1. ; MultiPlayer screen script
  2.  
  3. BACKGROUND    "shelldb\\netmain\\netmain.pcx"
  4.  
  5. IMAGE_FILE  "shelldb\\common\\button_n.pcx"                    ; 0
  6. IMAGE_FILE  "shelldb\\common\\button_d.pcx"                    ; 1
  7. IMAGE_FILE    "shelldb\\common\\button_p.pcx"                    ; 2
  8. IMAGE_FILE    "shelldb\\common\\button_h.pcx"                    ; 3
  9. IMAGE_FILE    "shelldb\\common\\button_f.pcx"                    ; 4
  10.  
  11. IMAGE_FILE    "shelldb\\netchat\\common\\SBSlider-n.pcx"        ; 5
  12. IMAGE_FILE  "shelldb\\netmain\\VSBUpArrow-n.pcx"            ; 6
  13. IMAGE_FILE  "shelldb\\netmain\\VSBUpArrow-s.pcx"            ; 7
  14. IMAGE_FILE  "shelldb\\netmain\\VSBUpArrow-h.pcx"            ; 8
  15. IMAGE_FILE  "shelldb\\netmain\\VSBDnArrow-n.pcx"            ; 9
  16. IMAGE_FILE  "shelldb\\netmain\\VSBDnArrow-s.pcx"            ;10
  17. IMAGE_FILE  "shelldb\\netmain\\VSBDnArrow-h.pcx"            ;11
  18.  
  19. IMAGE_FILE    "shelldb\\netmain\\red-dim.pcx"                    ;12
  20. IMAGE_FILE  "shelldb\\netmain\\red-lit.pcx"                    ;13
  21. IMAGE_FILE  "shelldb\\netmain\\orange-dim.pcx"                ;14
  22. IMAGE_FILE  "shelldb\\netmain\\orange-lit.pcx"                ;15
  23. IMAGE_FILE  "shelldb\\netmain\\yellow-dim.pcx"                ;16
  24. IMAGE_FILE  "shelldb\\netmain\\yellow-lit.pcx"                ;17
  25. IMAGE_FILE  "shelldb\\netmain\\green-dim.pcx"                ;18
  26. IMAGE_FILE  "shelldb\\netmain\\green-lit.pcx"                ;19
  27.  
  28. IMAGE_FILE    "shelldb\\netmain\\VSBbase.pcx"                    ;20
  29.  
  30. IMAGE_FILE    "shelldb\\netmain\\scan00.pcx"                    ;21
  31. IMAGE_FILE    "shelldb\\netmain\\scan01.pcx"                    ;22
  32. IMAGE_FILE    "shelldb\\netmain\\scan02.pcx"                    ;23
  33. IMAGE_FILE    "shelldb\\netmain\\scan03.pcx"                    ;24
  34. IMAGE_FILE    "shelldb\\netmain\\scan04.pcx"                    ;25
  35. IMAGE_FILE    "shelldb\\netmain\\scan05.pcx"                    ;26
  36. IMAGE_FILE    "shelldb\\netmain\\scan06.pcx"                    ;27
  37. IMAGE_FILE    "shelldb\\netmain\\scan07.pcx"                    ;28
  38. IMAGE_FILE    "shelldb\\netmain\\scan08.pcx"                    ;29
  39. IMAGE_FILE    "shelldb\\netmain\\scan09.pcx"                    ;30
  40. IMAGE_FILE    "shelldb\\netmain\\scan10.pcx"                    ;31
  41. IMAGE_FILE    "shelldb\\netmain\\scan11.pcx"                    ;32
  42. IMAGE_FILE    "shelldb\\netmain\\scan12.pcx"                    ;33
  43. IMAGE_FILE    "shelldb\\netmain\\scan13.pcx"                    ;34
  44.  
  45. CONTROLS     mouse, keyboard
  46.  
  47.  
  48. ; Test List Box        
  49. LISTBOX 120
  50.     LOCATION            24 116
  51.     DIMENSIONS        332 188
  52.     HOTSPOTRECT        24 116 332 188
  53.     TEXT_COLOR        195 195 195        ;White
  54.     HILIGHT_COLOR      255 255 255        ;Bright White
  55.     FOCUS_COLOR          255 255 0            ;Yellow
  56.     DISABLE_COLOR      63  63  63        ;Grey
  57.     CURSOR_COLOR      0   0   127        ;Blue
  58.     SELECT_COLOR      0   0   195        ;Blue
  59.     BG_COLOR_NORMAL   0   0   0
  60.     BG_COLOR_HILIGHT  0   0   0
  61.     BG_COLOR_FOCUS    0   0   0
  62.     BG_COLOR_DISABLED 0   0   0
  63.     SCROLLBAR 120
  64.         LOCATION    372 114
  65.         DIMENSIONS  24  158
  66.         BORDER_SIZE 0
  67.         HOTSPOTRECT 372 114 24 158
  68.         PICTURE     #20, #20, #20, #20
  69.         SLIDE       #5,    #5,    #5,    #5
  70.         LU_PICTURE  #6,    #6,    #7,    #8
  71.         RD_PICTURE  #9,    #9,    #10, #11
  72.         ARROW_DIMENSIONS 24 21
  73.         SLIDE_DIMENSIONS 20 20
  74.         SLIDER_TYPE 1
  75.         END
  76.     NEXT 121
  77.     PREV 182
  78.     END
  79.  
  80. ; Player Name Edit Box
  81. TEXTBOX 121
  82.     LOCATION           42 392
  83.     DIMENSIONS        337  30
  84.     HOTSPOTRECT        42 392 337  30
  85.     FOCUS_RECTANGLE    44 394 333  26
  86.     TEXT_COLOR        195 195 195
  87.     HILIGHT_COLOR      255 255 255
  88.     FOCUS_COLOR          255 255 0
  89.     DISABLE_COLOR      63  63  63
  90.     CURSOR_COLOR      0   255 0
  91.     BG_COLOR_NORMAL   0   0   0
  92.     BG_COLOR_HILIGHT  0   0   0
  93.     BG_COLOR_FOCUS    0   0   0
  94.     BG_COLOR_DISABLED 25  25  25
  95.     NEXT  180
  96.     PREV  120
  97.     END
  98.  
  99.  
  100. ANIMATION 1000 "shelldb\\netmain\\eyeanim" 17
  101.     LOCATION 414  96
  102.     END
  103.  
  104. RUNANIMATION 1001 1000 10
  105.     PLAYONCE
  106.     END
  107.  
  108. ANIMATION 1002 "shelldb\\netmain\\rscan" 12
  109.     LOCATION 414  96
  110.     END
  111.  
  112. RUNANIMATION 1003 1002 6
  113.     LOOP
  114.     END
  115.  
  116.  
  117. ANIMATION 1010 #21 14
  118.     LOCATION 433  20
  119.     END
  120.  
  121. RUNANIMATION 1011 1010 6
  122.     LOOP
  123.     START 0
  124.     END
  125.  
  126.  
  127. ANIMATION 1020 #21 14
  128.     LOCATION 491  20
  129.     END
  130.  
  131. RUNANIMATION 1021 1020 10
  132.     LOOP
  133.     START 5
  134.     END
  135.  
  136.  
  137. ANIMATION 1030 #21 14
  138.     LOCATION 549  20
  139.     END
  140.  
  141. RUNANIMATION 1031 1030 14
  142.     LOOP
  143.     START 9
  144.     END
  145.  
  146.  
  147. ANIMATION 1040 "shelldb\\netmain\\rscan" 12
  148.     LOCATION 414  96
  149.     END
  150.  
  151. RUNANIMATION 1041 1040 6
  152.     PLAYONCE
  153.     END
  154.  
  155.  
  156. TOGGLE 125
  157.     PICTURE  #12,
  158.              #12,
  159.              #12,
  160.              #12 
  161.     SELECTED #13,
  162.              #13,
  163.              #13,
  164.              #13
  165.     LOCATION    593  88
  166.     DIMENSIONS     34  34
  167.     HOTSPOTRECT    593  88  34  34
  168.     END
  169.  
  170. TOGGLE 126
  171.     PICTURE  #14,
  172.              #14,
  173.              #14,
  174.              #14
  175.     SELECTED #15,
  176.              #15,
  177.              #15,
  178.              #15
  179.     LOCATION    593 138
  180.     DIMENSIONS     34  34
  181.     HOTSPOTRECT    593 138  34  34
  182.     END
  183.  
  184. TOGGLE 127
  185.     PICTURE  #16,
  186.              #16,
  187.              #16,
  188.              #16 
  189.     SELECTED #17,
  190.              #17,
  191.              #17,
  192.              #17
  193.     LOCATION    593 188
  194.     DIMENSIONS     34  34
  195.     HOTSPOTRECT    593 188  34  34
  196.     END
  197.  
  198. TOGGLE 128
  199.     PICTURE  #18,
  200.              #18,
  201.              #18,
  202.              #18 
  203.     SELECTED #19,
  204.              #19,
  205.              #19,
  206.              #19
  207.     LOCATION    593 239
  208.     DIMENSIONS     34  34
  209.     HOTSPOTRECT    593 239  34  34
  210.     END
  211.  
  212. ; Join Button
  213. BUTTON 180
  214.     PICTURE     #0,
  215.              #1,
  216.              #2,
  217.              #3
  218.     FOCUS_PICTURE #4 526 337
  219.     LOCATION    449 337
  220.     HOTSPOTRECT    438 301 126  52
  221.     ABOVE    182
  222.     BELOW    181
  223.     NEXT     181
  224.     PREV     121
  225.     END
  226.     
  227.  
  228. ; New Game Button
  229. BUTTON 181
  230.     PICTURE     #0,
  231.              #1,
  232.              #2,
  233.              #3
  234.     FOCUS_PICTURE #4 526 399
  235.     LOCATION    449 399
  236.     HOTSPOTRECT    438 362 126  52
  237.     ABOVE    180
  238.     BELOW    182
  239.     NEXT     182
  240.     PREV     180
  241.     END
  242.  
  243.  
  244. ; Back Button
  245. BUTTON 182
  246.     PICTURE     #0,
  247.              #1,
  248.              #2,
  249.              #3
  250.     FOCUS_PICTURE #4 526 458
  251.     LOCATION    449 458
  252.     HOTSPOTRECT    438 421 126  52
  253.     ABOVE    181
  254.     BELOW    180
  255.     NEXT     120
  256.     PREV     181
  257.     END
  258.  
  259.  
  260.  
  261.  
  262. ;BUTTON 183
  263. ;    PICTURE     #0,
  264. ;             #1,
  265. ;             #2,
  266. ;             #3
  267. ;    FOCUS_PICTURE #4 77 0
  268. ;    LOCATION    0 0
  269. ;    HOTSPOTRECT    0 0 126  52
  270. ;    END
  271.  
  272.  
  273. ;LABEL 184
  274. ;    PICTURE     #0,
  275. ;             #1,
  276. ;             #2,
  277. ;             #3
  278. ;    LOCATION    150 0
  279. ;    HOTSPOTRECT    150 0 126  52
  280. ;    END
  281.  
  282.  
  283. ;TOGGLE 186
  284. ;    PICTURE  "shelldb\\netchat\\setup\\opt-n.pcx",
  285. ;             "shelldb\\netchat\\setup\\opt-d.pcx",
  286. ;             "shelldb\\netchat\\setup\\opt-p.pcx",
  287. ;             "shelldb\\netchat\\setup\\opt-h.pcx"
  288. ;    SELECTED "shelldb\\netchat\\setup\\opt-s.pcx",    
  289. ;             "shelldb\\netchat\\setup\\opt-sd.pcx",
  290. ;             "shelldb\\netchat\\setup\\opt-sp.pcx",
  291. ;             "shelldb\\netchat\\setup\\opt-sh.pcx"
  292. ;    LOCATION    400  0
  293. ;    DIMENSIONS     27  16
  294. ;    HOTSPOTRECT    400  0  27  16
  295. ;    GROUP    2
  296. ;    END
  297.  
  298. ;TOGGLE 187
  299. ;    PICTURE  "shelldb\\netchat\\setup\\opt-n.pcx",
  300. ;             "shelldb\\netchat\\setup\\opt-d.pcx",
  301. ;             "shelldb\\netchat\\setup\\opt-p.pcx",
  302. ;             "shelldb\\netchat\\setup\\opt-h.pcx"
  303. ;    SELECTED "shelldb\\netchat\\setup\\opt-s.pcx",    
  304. ;             "shelldb\\netchat\\setup\\opt-sd.pcx",
  305. ;             "shelldb\\netchat\\setup\\opt-sp.pcx",
  306. ;             "shelldb\\netchat\\setup\\opt-sh.pcx"
  307. ;    LOCATION    450  0
  308. ;    DIMENSIONS     27  16
  309. ;    HOTSPOTRECT    450  0  27  16
  310. ;    GROUP    2
  311. ;    END
  312.  
  313.  
  314. ;TOGGLE 188
  315. ;    PICTURE  "shelldb\\netchat\\setup\\opt-n.pcx",
  316. ;             "shelldb\\netchat\\setup\\opt-d.pcx",
  317. ;             "shelldb\\netchat\\setup\\opt-p.pcx",
  318. ;             "shelldb\\netchat\\setup\\opt-h.pcx"
  319. ;    SELECTED "shelldb\\netchat\\setup\\opt-s.pcx",    
  320. ;             "shelldb\\netchat\\setup\\opt-sd.pcx",
  321. ;             "shelldb\\netchat\\setup\\opt-sp.pcx",
  322. ;             "shelldb\\netchat\\setup\\opt-sh.pcx"
  323. ;    LOCATION    500  0
  324. ;    DIMENSIONS     27  16
  325. ;    HOTSPOTRECT    500  0  27  16
  326. ;    END
  327.