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

  1. import Bladex
  2.  
  3. # *********************************
  4. # *      Creacion de sonidos      *
  5. # *********************************
  6.  
  7.  
  8. TajoEmpalanteGlmmt=Bladex.CreateSound('..\\..\\sounds\\ARMADURA-GRANDE-4.wav', 'TajoEmpalanteGlmmt')
  9. TajoCortanteGlmmt=Bladex.CreateSound('..\\..\\sounds\\ARMADURA-GRANDE-6.wav', 'TajoCortanteGlmmt')
  10. TajoCortanteGlmmt.SendNotify=0
  11. TajoMutilacionGlmmt=Bladex.CreateSound('..\\..\\sounds\\slice-splat1.wav', 'TajoMutilacionGlmmt')
  12. TajoMutilacionGlmmt.SendNotify=0
  13. GolpeContundenteGlmmt=Bladex.CreateSound('..\\..\\sounds\\golpe-maza-armfort.wav', 'GolpeContundenteGlmmt')
  14. GolpeContundenteGlmmt.SendNotify=0
  15. SesgadoGlmmt1=Bladex.CreateSound('..\\..\\sounds\\Sesgado-golem-11.wav', 'SesgadoGlmmt1')
  16. SesgadoGlmmt1.SendNotify=0
  17. SesgadoGlmmt2=Bladex.CreateSound('..\\..\\sounds\\Sesgado-Grave-ml.wav', 'SesgadoGlmmt2')
  18. SesgadoGlmmt2.SendNotify=0
  19. SesgadoGlmmt3=Bladex.CreateSound('..\\..\\sounds\\Sesgado-Grave-c.wav', 'SesgadoGlmmt3')
  20. SesgadoGlmmt3.SendNotify=0
  21. SesgadoGlmmt4=Bladex.CreateSound('..\\..\\sounds\\Sesgado-golem-11.wav', 'SesgadoGlmmt4')
  22. SesgadoGlmmt4.SendNotify=0
  23. SesgadoGlmmt5=Bladex.CreateSound('..\\..\\sounds\\Sesgado-Grave-ml.wav', 'SesgadoGlmmt5')
  24. SesgadoGlmmt5.SendNotify=0
  25. SesgadoGlmmt6=Bladex.CreateSound('..\\..\\sounds\\Sesgado1.wav', 'SesgadoGlmmt6')
  26. SesgadoGlmmt6.SendNotify=0
  27. SesgadoGlmmt7=Bladex.CreateSound('..\\..\\sounds\\Sesgado2.wav', 'SesgadoGlmmt7')
  28. SesgadoGlmmt7.SendNotify=0
  29.  
  30. EsfuerzoGlmmt1=Bladex.CreateSound('..\\..\\sounds\\GOLEM-ESFUERZO-3.wav', 'EsfuerzoGlmmt1')
  31. EsfuerzoGlmmt1.SendNotify=0
  32. EsfuerzoGlmmt2=Bladex.CreateSound('..\\..\\sounds\\GOLEM-ESFUERZO-5.wav', 'EsfuerzoGlmmt2')
  33. EsfuerzoGlmmt2.SendNotify=0
  34. EsfuerzoGlmmt3=Bladex.CreateSound('..\\..\\sounds\\GOLEM-ESFUERZO-6.wav', 'EsfuerzoGlmmt3')
  35. EsfuerzoGlmmt3.SendNotify=0
  36. EsfuerzoGlmmt4=Bladex.CreateSound('..\\..\\sounds\\GOLEM-ESFUERZO-4.wav', 'EsfuerzoGlmmt4')
  37. EsfuerzoGlmmt4.SendNotify=0
  38. EsfuerzoGlmmt5=Bladex.CreateSound('..\\..\\sounds\\GOLEM-ESFUERZO-5.wav', 'EsfuerzoGlmmt5')
  39. EsfuerzoGlmmt5.SendNotify=0
  40. EsfuerzoGlmmt6=Bladex.CreateSound('..\\..\\sounds\\GOLEM-ESFUERZO-1.wav', 'EsfuerzoGlmmt6')
  41. EsfuerzoGlmmt6.SendNotify=0
  42. EsfuerzoGlmmt7=Bladex.CreateSound('..\\..\\sounds\\GOLEM-ESFUERZO-2.wav', 'EsfuerzoGlmmt7')
  43. EsfuerzoGlmmt7.SendNotify=0
  44.  
  45. MuerteGlmmt1=Bladex.CreateSound('..\\..\\sounds\\GOLEM-MUERTE.wav', 'MuerteGlmmt1')
  46. MuerteGlmmt1.SendNotify=0
  47.  
  48. HeridaGlmmt1=Bladex.CreateSound('..\\..\\sounds\\GOLEM-HERIDA-1.wav', 'HeridaGlmmt1')
  49. HeridaGlmmt1.SendNotify=0
  50. HeridaGlmmt2=Bladex.CreateSound('..\\..\\sounds\\GOLEM-HERIDA-2.wav', 'HeridaGlmmt2')
  51. HeridaGlmmt2.SendNotify=0
  52.  
  53. caidagolemmt=Bladex.CreateSound('..\\..\\sounds\\caida-golem-metal.wav', 'caidagolemmt')
  54. caidagolemmt.SendNotify=0
  55. caidagolemmt2=Bladex.CreateSound('..\\..\\sounds\\M-6-PASOS-ARMAD-GRANDR4.wav', 'caidagolemmt2')
  56. caidagolemmt2.SendNotify=0
  57. caidagolemmt3=Bladex.CreateSound('..\\..\\sounds\\caida-golem-metal.wav', 'caidagolemmt3')
  58. caidagolemmt3.SendNotify=0
  59.  
  60. CreaPiedraGlmmt=Bladex.CreateSound('..\\..\\sounds\\M-6-PASOS-ARMAD-GRANDR4.wav', 'CreaPiedraGlmmt')
  61. CreaPiedraGlmmt.SendNotify=0
  62.  
  63.  
  64.  
  65. print "Sounds for the Metal Golem created..."
  66.  
  67.