home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 29 / XENIATGM29.iso / chasm / csm.bin / PROCESS.22 < prev    next >
Text File  |  1997-06-02  |  1KB  |  87 lines

  1. ;+---------------------------------------+
  2. ;| Process definition file for level 22  |
  3. ;+---------------------------------------+
  4.  
  5. #mess 01
  6.  Delay   3
  7.  TextA: -1 64  "Go get MegaLife box!"
  8. #end
  9.  
  10. ;=================================
  11. ;|  Processes definition part    |
  12. ;=================================
  13. #proc 01
  14.   linkswitchat 18 23
  15.   linkswitchat 24 37
  16.   StartDelay 0
  17.   backwait   5
  18.   speed 20
  19.   sfxid 80
  20.   sfxpos 24 37
  21. #action
  22.   waitout 6400 9616 200
  23.   move 24 38 400 0
  24.   move 25 36 400 0
  25. #end
  26.  
  27. #proc 02
  28.   linkswitchat 30 25
  29.   StartDelay 0
  30.   backwait   1
  31.   speed 10
  32.   sfxid 80
  33.   checkgo
  34.   mortal
  35.   sfxpos 36 24
  36.   lightremap
  37. #action
  38.   move 36 23 0 195
  39.   move 35 22 0 195
  40.   move 37 26 0 -195
  41.   move 35 26 0 -195
  42. #end
  43.  
  44. #proc 03
  45.   linkswitchat 35 24
  46.   StartDelay 0
  47.   backwait   5
  48.   speed 20
  49.   sfxid 80
  50.   sfxpos 35 24
  51. #action
  52.   move 36 25 0 512
  53.   move 36 24 0 512
  54. #end
  55.  
  56. #proc 04
  57.   StartDelay 0
  58.   backwait   5
  59.   FirstMessage 1
  60.   speed 10
  61.   sfxid 80
  62.   sfxpos 11 18
  63. #action
  64.   waitout 3136 4384 300
  65.   ymove 11 16 350 -50
  66.   ymove 12 18 350 -50
  67.   ymove 13 17 350 -50
  68. #end
  69. ;============================================
  70. ;|  Link switches and objects to processes: |
  71. ;|  Format: "LINK  swx swy   Nproc"         |
  72. ;============================================
  73. #links
  74.   floor 20 23 1
  75.   floor 19 23 1
  76.   floor 24 38 1
  77.   floor 25 38 1
  78.   link 30 25 2
  79.   link 37 25 3
  80.   shoot 12 22 4
  81.   floor 11 16 4
  82.   floor 12 16 4
  83. #end
  84. .
  85.  
  86.  
  87.