home *** CD-ROM | disk | FTP | other *** search
/ Classic Fond 52 / ClassicFond52.iso / GAMES / SNOW.RAR / SHELL / PLACE3.SPT < prev    next >
Text File  |  1998-10-12  |  1KB  |  89 lines

  1. ; place1 screen script
  2.  
  3. ;DB             "shell\\place1.spt"
  4.  
  5. IMAGE_FILE  "shell\\w0.pcx"                        ; 0
  6. IMAGE_FILE  "shell\\w1.pcx"                        ; 1
  7. IMAGE_FILE  "shell\\w2.pcx"                        ; 2
  8. IMAGE_FILE  "shell\\w3.pcx"                        ; 3
  9. IMAGE_FILE  "shell\\w4.pcx"                        ; 4
  10. IMAGE_FILE  "shell\\w5.pcx"                        ; 5
  11. IMAGE_FILE  "shell\\w6.pcx"                        ; 6
  12. IMAGE_FILE  "shell\\w7.pcx"                        ; 7
  13. IMAGE_FILE  "shell\\w8.pcx"                        ; 8
  14. IMAGE_FILE  "shell\\w9.pcx"                        ; 9
  15.  
  16.  
  17. IMAGE_FILE  "shell\\litbutt.pcx"                    ; 10
  18. IMAGE_FILE    "shell\\nrec.pcx"                    ; 11
  19. IMAGE_FILE    "shell\\selbutt.pcx"                ; 12
  20.  
  21.  
  22. BACKGROUND    "shell\\place3.pcx"
  23.  
  24.  
  25. CONTROLS     keyboard,mouse
  26.  
  27.  
  28. ; Time Images...
  29.  
  30.  
  31.  
  32. ; Score Digit 1
  33. LABEL 100
  34.     PICTURE     #0
  35.     LOCATION 488 136
  36.     END
  37.  
  38.  
  39. ; Score digit 2
  40. LABEL 101
  41.     PICTURE     #3
  42.     LOCATION 504 136
  43.     END
  44.  
  45.  
  46. ; Score Digit 3
  47. LABEL 102
  48.     PICTURE     #1
  49.     LOCATION 528 136
  50.     END
  51.  
  52.  
  53. ; Score digit 4
  54. LABEL 103
  55.     PICTURE     #5
  56.     LOCATION 544 136
  57.     END
  58.  
  59.  
  60.  
  61. ; Score digit 5
  62. LABEL 104
  63.     PICTURE     #0
  64.     LOCATION 566 136
  65.     END
  66.  
  67.  
  68. ; Record Picture
  69. LABEL 201
  70.     PICTURE #11
  71.     LOCATION 136 183
  72.     INVISIBLE
  73.     END
  74.  
  75.  
  76. ; go button
  77. BUTTON 301
  78.     FOCUS_PICTURE #10 528 416
  79.     SELECTED #12
  80.     LOCATION 528 416
  81.     HOTSPOTRECT 487 344 114 99
  82.     ABOVE 301
  83.     BELOW 301
  84.     NEXT  301
  85.     RIGHT 301
  86.     PREV  301
  87.     LEFT  301
  88.     END
  89.