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

  1. ; instant action screen script
  2.  
  3. ;DB             "shelldb\\title"
  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\\pre_ship\\sb_b_n.pcx"                ; 5
  12. ; IMAGE_FILE  "shelldb\\pre_ship\\sb_b_d.pcx"                ; 6
  13.  
  14. IMAGE_FILE  "shelldb\\pre_ship\\sb_s_n.pcx"                ; 5
  15.  
  16. IMAGE_FILE  "shelldb\\pre_ship\\sb_ua_n.pcx"            ; 6
  17. IMAGE_FILE  "shelldb\\pre_ship\\sb_ua_d.pcx"            ; 7
  18. IMAGE_FILE  "shelldb\\pre_ship\\sb_ua_h.pcx"            ; 8
  19. IMAGE_FILE  "shelldb\\pre_ship\\sb_ua_s.pcx"            ; 9
  20.  
  21. IMAGE_FILE    "shelldb\\pre_ship\\sb_da_n.pcx"            ; 10
  22. IMAGE_FILE  "shelldb\\pre_ship\\sb_da_d.pcx"            ; 11
  23. IMAGE_FILE  "shelldb\\pre_ship\\sb_da_h.pcx"            ; 12
  24. IMAGE_FILE  "shelldb\\pre_ship\\sb_da_s.pcx"            ; 13
  25.  
  26. BACKGROUND    "shelldb\\pre_ship\\iact.pcx"
  27.  
  28. CONTROLS     mouse, keyboard
  29.         
  30. ; start mission button
  31. BUTTON 100
  32.     PICTURE     #0,  ; normal
  33.              #1,  ; disabled
  34.              #2,  ; pressed
  35.              #3   ; highlighted (unused)
  36.  
  37.     FOCUS_PICTURE #4 138 315
  38.  
  39. ;    DISABLED
  40.     LOCATION 61 315
  41.     HOTSPOTRECT 51 277 124 52
  42.     ABOVE 101
  43.     BELOW 101
  44.     NEXT 101
  45.     PREV 200
  46.     END
  47.  
  48. ; back button
  49. BUTTON 101
  50.     PICTURE     #0,  ; normal
  51.              #1,  ; disabled
  52.              #2,  ; pressed
  53.              #3   ; highlighted (unused)
  54.  
  55.     FOCUS_PICTURE #4  138 448
  56.  
  57.     LOCATION 61 448
  58.     HOTSPOTRECT 51 410 124 52
  59.     ABOVE 100
  60.     BELOW 100
  61.     NEXT 200
  62.     PREV 100
  63.     END
  64.  
  65. ; list of instant action battles to choose from
  66. LISTBOX 200
  67.     LOCATION 22 32
  68.     DIMENSIONS  142 207
  69.     HOTSPOTRECT 22 32 140 207
  70. ;    TEXT_COLOR        255 0   0
  71. ;    HILIGHT_COLOR      0   255 0
  72. ;    FOCUS_COLOR          0   0   255
  73. ;    DISABLE_COLOR      126 127 127
  74. ;    CURSOR_COLOR      255 255 255
  75. ;    BG_COLOR_NORMAL   0   0   0
  76.     SCROLLBAR 200
  77.         LOCATION    140 32
  78.         DIMENSIONS   22  207
  79.         BORDER_SIZE   0
  80.         HOTSPOTRECT 140 32  22 207
  81. ;        PICTURE  , #6 
  82.         SLIDE #5, #5, #5, #5
  83.         LU_PICTURE #6, #7, #8, #9
  84.          RD_PICTURE #10, #11, #12, #13
  85.         ARROW_DIMENSIONS 23 20
  86.         SLIDE_DIMENSIONS 20 20
  87.         SLIDER_TYPE 1
  88.         END
  89.     NEXT 100
  90.     PREV 101
  91. ;    LEFT 101
  92. ;    RIGHT 100
  93.     END
  94.