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

  1. ; options 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\\pre_ship\\options.pcx"
  12.  
  13. CONTROLS     mouse, keyboard
  14.         
  15. ; graphics button
  16. BUTTON 100
  17.     PICTURE     #0,  ; normal
  18.              #1,  ; disabled
  19.              #2,  ; pressed
  20.              #3   ; highlighted (unused)
  21.  
  22.     FOCUS_PICTURE #4 138 181
  23.  
  24.     LOCATION 61 181
  25.     HOTSPOTRECT 51 143 124 52
  26.     ABOVE 300
  27.     BELOW 101
  28.     NEXT 101
  29.     PREV 300
  30.     END
  31.  
  32. ; sound button
  33. BUTTON 101
  34.     PICTURE     #0,  ; normal
  35.              #1,  ; disabled
  36.              #2,  ; pressed
  37.              #3   ; highlighted (unused)
  38.  
  39.     FOCUS_PICTURE #4 138 247
  40.  
  41.     LOCATION 61 247
  42.     HOTSPOTRECT 51 209 124 52
  43.     ABOVE 100
  44.     BELOW 102
  45.     NEXT 102
  46.     PREV 100
  47.     END
  48.  
  49. ; input button
  50. BUTTON 102
  51.     PICTURE     #0,  ; normal
  52.              #1,  ; disabled
  53.              #2,  ; pressed
  54.              #3   ; highlighted (unused)
  55.  
  56.     FOCUS_PICTURE #4 138 315
  57.  
  58.     LOCATION 61 315
  59.     HOTSPOTRECT 51 277 124 52
  60.     ABOVE 101
  61.     BELOW 103
  62.     NEXT 103
  63.     PREV 101
  64.     END
  65.  
  66. ; help button
  67. BUTTON 103
  68.     PICTURE     #0,  ; normal
  69.              #1,  ; disabled
  70.              #2,  ; pressed
  71.              #3   ; highlighted (unused)
  72.  
  73.     FOCUS_PICTURE #4 138 382
  74.  
  75.     LOCATION 61 382
  76.     HOTSPOTRECT 51 344 124 52
  77.     ABOVE 102
  78.     BELOW 300
  79.     NEXT 300
  80.     PREV 102
  81.     END
  82.  
  83. ; exit button
  84. BUTTON 300
  85.     PICTURE     #0,  ; normal
  86.              #1,  ; disabled
  87.              #2,  ; pressed
  88.              #3   ; highlighted (unused)
  89.  
  90.     FOCUS_PICTURE #4 138 448
  91.  
  92.     LOCATION 61 448
  93.     HOTSPOTRECT 51 410 124 52
  94.     ABOVE 103
  95.     BELOW 100
  96.     NEXT  100
  97.     PREV  103
  98.     END
  99.  
  100. ANIMATION 1000 "shelldb\\pre_ship\\burn" 13
  101.     LOCATION 85 39
  102.     END
  103.  
  104. RUNANIMATION 1001 1000 18
  105.     END