home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1998 #8 / K_CD_8_98.iso / outwars / shelldb / main.spt < prev    next >
Text File  |  1998-03-24  |  1KB  |  86 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.  
  12. BACKGROUND    "shelldb\\pre_ship\\main2.pcx"
  13.  
  14.  
  15. CONTROLS     mouse, keyboard
  16.  
  17. ; solo campaign button
  18. BUTTON 100
  19.     PICTURE     #0, #1, #2, #3
  20.     FOCUS_PICTURE #4 138 181
  21.     LOCATION 61 181
  22.     HOTSPOTRECT 51 143 124 52
  23.     ABOVE 301
  24.     BELOW 101
  25.     NEXT  101
  26.     PREV  301
  27.     END
  28.  
  29. ; instant action button
  30. BUTTON 101
  31.     PICTURE     #0, #1, #2, #3
  32.     FOCUS_PICTURE #4 138 247
  33.  
  34.     LOCATION 61 247
  35.     HOTSPOTRECT 51 209 124 52
  36.     ABOVE 100
  37.     BELOW 102
  38.     NEXT  102
  39.     PREV  100
  40.     END
  41.  
  42. ; group maneuvers button
  43. BUTTON 102
  44.     PICTURE     #0, #1, #2, #3
  45.     FOCUS_PICTURE #4 138  315
  46.     
  47.     LOCATION 61 315
  48.     HOTSPOTRECT 51 277 124 52
  49.     ABOVE 101
  50.     BELOW 103
  51.     NEXT  103
  52.     PREV  101
  53.     END
  54.  
  55. ; options button
  56. BUTTON 103
  57.     PICTURE     #0, #1, #2, #3
  58.     FOCUS_PICTURE #4 138  381
  59.  
  60.     LOCATION 61 381
  61.     HOTSPOTRECT 51 343 124 52
  62.     ABOVE 102
  63.     BELOW 301
  64.     NEXT  301
  65.     PREV  102
  66.     END
  67.  
  68. ; exit button
  69. BUTTON 301
  70.     PICTURE     #0, #1, #2, #3
  71.     FOCUS_PICTURE #4 138 448
  72.  
  73.     LOCATION 61 448
  74.     HOTSPOTRECT 51 410 124 52
  75.     ABOVE 103
  76.     BELOW 100
  77.     NEXT  100
  78.     PREV  103
  79.     END
  80.  
  81. ANIMATION 1000 "shelldb\\pre_ship\\burn" 13
  82.     LOCATION 85 39
  83.     END
  84.  
  85. RUNANIMATION 1001 1000 18
  86.     END