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

  1. ; main 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. BACKGROUND    "shelldb\\on_ship\\mid.pcx"
  12.  
  13. CONTROLS     mouse, keyboard
  14.  
  15. ; generic message
  16. LABEL 0 
  17.     LOCATION 100 460
  18.     END
  19.         
  20. ; weapons button
  21. BUTTON 100
  22.     PICTURE     #0, #1, #2, #3
  23.     FOCUS_PICTURE #4 138 47
  24.     LOCATION 61 47 
  25.     HOTSPOTRECT 51 10 124 52
  26.     ABOVE 301
  27.     BELOW 101
  28.     NEXT  101
  29.     PREV  301
  30.     END
  31.  
  32. ; armor button
  33. BUTTON 101
  34.     PICTURE     #0, #1, #2, #3
  35.      FOCUS_PICTURE #4 138 112
  36.     LOCATION 61 112 
  37.     HOTSPOTRECT 51 75 124 52
  38.     ABOVE 100
  39.     BELOW 102
  40.     NEXT  102
  41.     PREV  100
  42.     END
  43.  
  44. ; team button
  45. BUTTON 102
  46.     PICTURE     #0, #1, #2, #3
  47.     FOCUS_PICTURE #4 138 181
  48.     LOCATION 61 181
  49.     HOTSPOTRECT 51 144 124 52
  50.     ABOVE 101
  51.     BELOW 103
  52.     NEXT  103
  53.     PREV  101
  54.     END
  55.  
  56. ; library button
  57. BUTTON 103
  58.     PICTURE     #0, #1, #2, #3
  59.     FOCUS_PICTURE #4 138 248
  60.     LOCATION 61 248 
  61.     HOTSPOTRECT 51 211 124 52
  62.     ABOVE 102
  63.     BELOW 104
  64.     NEXT  104
  65.     PREV  102
  66.     END
  67.  
  68. ; help button
  69. BUTTON 104
  70.     PICTURE     #0, #1, #2, #3
  71.     FOCUS_PICTURE #4 138 314
  72.     LOCATION 61 314 
  73.     HOTSPOTRECT 51 277 124 52
  74.     ABOVE 103
  75.     BELOW 105
  76.     NEXT  105
  77.     PREV  103
  78.     END
  79.  
  80. ; launch button
  81. BUTTON 105
  82.     PICTURE     #0, #1, #2, #3
  83.     FOCUS_PICTURE #4 138  381
  84.     LOCATION 61 380
  85.     HOTSPOTRECT 51 341 124 52
  86.     ABOVE 104
  87.     BELOW 301
  88.     NEXT  301
  89.     PREV  104
  90.     END
  91.  
  92. ; briefing button
  93. ;BUTTON 104 
  94. ;    PICTURE #12, "", #13 ;, #14
  95. ;    FOCUS_PICTURE #15 104 433
  96. ;
  97. ;    LOCATION 104 433
  98. ;    HOTSPOTRECT    104 433 122 21
  99. ;    NEXT 100
  100. ;    PREV 301
  101. ;    END
  102.  
  103. ; left arrow
  104. ;BUTTON 104 
  105. ;    PICTURE #20
  106. ;
  107. ;    LOCATION 52 149
  108. ;    HOTSPOTRECT    52 149 71 23
  109. ;    NEXT 102
  110. ;    PREV 100
  111. ;    END
  112.  
  113. ; right arrow
  114. ;BUTTON 105 
  115. ;    PICTURE #21
  116. ;
  117. ;    LOCATION 521 161
  118. ;    HOTSPOTRECT    521 161 71 23
  119. ;    NEXT 101
  120. ;    PREV 102
  121. ;    END
  122.  
  123. ; back to briefing button
  124. BUTTON 301
  125.     PICTURE     #0, #1, #2, #3
  126.     FOCUS_PICTURE #4 138 448
  127.     LOCATION 61 448
  128.     HOTSPOTRECT 51 410 124 52
  129.     ABOVE 105
  130.     BELOW 100
  131.     NEXT  100
  132.     PREV  105
  133.     END
  134.  
  135.