home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 56 / CDPowerplay56Disc2.iso / demos / blade / data1.cab / Program_Executable_Files / Scripts / AniSoundGdmX.py < prev    next >
Encoding:
Text File  |  2000-10-27  |  2.6 KB  |  61 lines

  1. import Bladex
  2.  
  3. # *********************************
  4. # *      Creacion de sonidos      *
  5. # *********************************
  6.  
  7.  
  8.  
  9. TajoEmpalanteGdm=Bladex.CreateSound('..\\..\\sounds\\corte-carne.wav', 'TajoEmpalanteGdm')
  10. TajoEmpalanteGdm.SendNotify=0
  11. TajoCortanteGdm=Bladex.CreateSound('..\\..\\sounds\\corte-carne-2.wav', 'TajoCortanteGdm')
  12. TajoCortanteGdm.SendNotify=0
  13. TajoMutilacionGdm=Bladex.CreateSound('..\\..\\sounds\\slice-splat1.wav', 'TajoMutilacionGdm')
  14. TajoMutilacionGdm.SendNotify=0
  15.  
  16. GolpeContundenteGdm=Bladex.CreateSound('..\\..\\sounds\\golpe-maza-carne.wav', 'GolpeContundenteGdm')
  17. GolpeContundenteGdm.SendNotify=0
  18.  
  19. SesgadoCortoGrave=Bladex.CreateSound('..\\..\\sounds\\Sesgado-golem-11.wav', 'SesgadoCortoGrave')
  20. SesgadoCortoGrave.SendNotify=0
  21. SesgadoLargoGrave=Bladex.CreateSound('..\\..\\sounds\\Sesgado-golem-11.wav', 'SesgadoLargoGrave')
  22. SesgadoLargoGrave.SendNotify=0
  23.  
  24. EsfuerzoLargo1Gdm=Bladex.CreateSound('..\\..\\sounds\\rugido-demon5.wav', 'EsfuerzoLargo1Gdm')
  25. EsfuerzoLargo1Gdm.SendNotify=0
  26. EsfuerzoLargo2Gdm=Bladex.CreateSound('..\\..\\sounds\\rugido-demon6.wav', 'EsfuerzoLargo2Gdm')
  27. EsfuerzoLargo2Gdm.SendNotify=0
  28. EsfuerzoLargo3Gdm=Bladex.CreateSound('..\\..\\sounds\\rugido-demon1.wav', 'EsfuerzoLargo3Gdm')
  29. EsfuerzoLargo3Gdm.SendNotify=0
  30.  
  31. EsfuerzoCorto1Gdm=Bladex.CreateSound('..\\..\\sounds\\rugido-demon.wav', 'EsfuerzoCorto1Gdm')
  32. EsfuerzoCorto1Gdm.SendNotify=0
  33. EsfuerzoCorto2Gdm=Bladex.CreateSound('..\\..\\sounds\\rugido-demon2.wav', 'EsfuerzoCorto2Gdm')
  34. EsfuerzoCorto2Gdm.SendNotify=0
  35. EsfuerzoCorto3Gdm=Bladex.CreateSound('..\\..\\sounds\\rugido-demon3.wav', 'EsfuerzoCorto3Gdm')
  36. EsfuerzoCorto3Gdm.SendNotify=0
  37.  
  38. herida1Gdm=Bladex.CreateSound('..\\..\\sounds\\herida-demon3.wav', 'herida1Gdm')
  39. herida1Gdm.SendNotify=0
  40. herida2Gdm=Bladex.CreateSound('..\\..\\sounds\\herida-demon2.wav', 'herida2Gdm')
  41. herida2Gdm.SendNotify=0
  42.  
  43. LanzarFuego1Gdm=Bladex.CreateSound('..\\..\\sounds\\lanzar-fuego2.wav', 'LanzarFuego1Gdm')
  44. LanzarFuego1Gdm.SendNotify=0
  45. LanzarFuego2Gdm=Bladex.CreateSound('..\\..\\sounds\\lanzar-fuego3.wav', 'LanzarFuego2Gdm')
  46. LanzarFuego2Gdm.SendNotify=0
  47.  
  48. MuerteGdm=Bladex.CreateSound('..\\..\\sounds\\herida-demon2.wav', 'MuerteGdm')
  49. MuerteGdm.SendNotify=0
  50.  
  51. Fuego1=Bladex.CreateSound('..\\..\\sounds\\fuego-boo.wav', 'Fuego1')
  52. Fuego1.SendNotify=0
  53.  
  54. RespiracionGdm1=Bladex.CreateSound('..\\..\\sounds\\respira-demon.wav', 'RespiracionGdm1')
  55. RespiracionGdm1.SendNotify=0
  56. RespiracionGdm2=Bladex.CreateSound('..\\..\\sounds\\respira-demon2.wav', 'RespiracionGdm2')
  57. RespiracionGdm2.SendNotify=0
  58.  
  59. print "Sounds for the great demon created..."
  60.  
  61.