home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 2.2 / 1996-03_Disc_2.2.iso / hexndemo / hexen.wad / 078.SNDSEQ < prev    next >
Text File  |  1995-10-17  |  959b  |  67 lines

  1.  
  2.  
  3. :Platform
  4.     playuntildone   PlatformStart
  5.     playrepeat      StoneMove
  6.     stopsound    PlatformStop
  7. end
  8.  
  9. :PlatformMetal
  10.     playtime    PlatformStartMetal 35
  11.     playrepeat      MetalMove
  12.     stopsound    PlatformStop
  13. end
  14.  
  15. :PlatformMetal2
  16.     playuntildone    PlatformStartMetal
  17.     stopsound    PlatformStop
  18. end
  19.  
  20. :DoorNormal
  21.     playtime        DoorOpen        13
  22.     playrepeat      StoneMove
  23.     stopsound    DoorCloseLight
  24. end
  25.  
  26. :DoorHeavy
  27.     playtime        DoorOpen        13
  28.     playrepeat      StoneMove
  29.     stopsound    DoorCloseHeavy
  30. end
  31.  
  32. :DoorMetal
  33.     playtime      DoorOpenMetal 35
  34.     playrepeat      MetalMove
  35.     stopsound    DoorCloseMetal
  36. end
  37.  
  38. :DoorMetal2
  39.     playuntildone      DoorOpenMetal
  40.     stopsound    DoorCloseMetal
  41. end
  42.  
  43. :DoorCreak
  44.     playuntildone   DoorCreak
  45.     stopsound    DoorCloseLight
  46. end
  47.  
  48. :Silence
  49. end
  50.  
  51. :Lava
  52.     playrepeat    LavaMove
  53. end
  54.  
  55. :Water
  56.     playrepeat    WaterMove
  57. end
  58.  
  59. :Ice
  60.     playuntildone    IceStartMove
  61. end
  62.  
  63. :Earth
  64.     playuntildone    EarthStartMove
  65. end
  66.  
  67.