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

  1. import Bladex
  2.  
  3. # *********************************
  4. # *      Creacion de sonidos      *
  5. # *********************************
  6.  
  7.  
  8. SesgadoCorto=Bladex.CreateSound('..\\..\\sounds\\sesgado-corto.wav', 'SesgadoCorto')
  9. SesgadoCorto.SendNotify=0
  10. SesgadoCorto.Volume=0.6
  11. SesgadoLargo=Bladex.CreateSound('..\\..\\sounds\\sesgado-largo.wav', 'SesgadoLargo')
  12. SesgadoLargo.SendNotify=0
  13. SesgadoLargo.Volume=0.6
  14. SesgadoCortoGrave=Bladex.CreateSound('..\\..\\sounds\\sesgado-corto-grave.wav', 'SesgadoCortoGrave')
  15. SesgadoCortoGrave.SendNotify=0
  16. SesgadoCortoGrave.Volume=0.6
  17. SesgadoLargoGrave=Bladex.CreateSound('..\\..\\sounds\\sesgado-largo-grave.wav', 'SesgadoLargoGrave')
  18. SesgadoLargoGrave.SendNotify=0
  19. SesgadoLargoGrave.Volume=0.6
  20. SesgadoLargoGrave2=Bladex.CreateSound('..\\..\\sounds\\sesgado-largo-grave.wav', 'SesgadoLargoGrave2')
  21. SesgadoLargoGrave.SendNotify=0
  22. SesgadoLargoGrave.Volume=1
  23. SesgadoCortoAgudo=Bladex.CreateSound('..\\..\\sounds\\sesgado-corto-agudo.wav', 'SesgadoCortoAgudo')
  24. SesgadoCortoAgudo.SendNotify=0
  25. SesgadoCortoGrave.Volume=0.6
  26. SesgadoLargoAgudo=Bladex.CreateSound('..\\..\\sounds\\sesgado-largo-agudo.wav', 'SesgadoLargoAgudo')
  27. SesgadoLargoAgudo.SendNotify=0
  28. SesgadoLargoAgudo.Volume=0.6
  29.  
  30. EsfuerzoGolpeFrontalChk=Bladex.CreateSound('..\\..\\sounds\\esfuerzo-barb-golpe-frontal.wav', 'EsfuerzoGolpeFrontalChk')
  31. EsfuerzoGolpeFrontalChk.SendNotify=0
  32. EsfuerzoGolpeArribaChk=Bladex.CreateSound('..\\..\\sounds\\esfuerzo-barb-golpe-arriba.wav', 'EsfuerzoGolpeArribaChk')
  33. EsfuerzoGolpeArribaChk.SendNotify=0
  34. EsfuerzoGolpeAtrasChk=Bladex.CreateSound('..\\..\\sounds\\esfuerzo-barb-golpe-atras.wav', 'EsfuerzoGolpeAtrasChk')
  35. EsfuerzoGolpeAtrasChk.SendNotify=0
  36. EsfuerzoCorto6Chk=Bladex.CreateSound('..\\..\\sounds\\esfuerzo-barb-corto-6.wav', 'EsfuerzoCorto6Chk')
  37. EsfuerzoCorto6Chk.SendNotify=0
  38. EsfuerzoCorto6Chk.Volume=0.8
  39. EsfuerzoCorto5Chk=Bladex.CreateSound('..\\..\\sounds\\esfuerzo-barb-corto-5.wav', 'EsfuerzoCorto5Chk')
  40. EsfuerzoCorto5Chk.SendNotify=0
  41. EsfuerzoCorto5Chk.Volume=0.8
  42. EsfuerzoCorto4Chk=Bladex.CreateSound('..\\..\\sounds\\esfuerzo-barb-corto-4.wav', 'EsfuerzoCorto4Chk')
  43. EsfuerzoCorto4Chk.SendNotify=0
  44. EsfuerzoCorto4Chk.Volume=0.8
  45. EsfuerzoCorto2Chk=Bladex.CreateSound('..\\..\\sounds\\esfuerzo-barb-corto-2.wav', 'EsfuerzoCorto2c')
  46. EsfuerzoCorto2Chk.SendNotify=0
  47. EsfuerzoCorto2Chk.Volume=0.8
  48.  
  49.  
  50. TajoEmpalanteMetalChk=Bladex.CreateSound('..\\..\\sounds\\ARMADURA-GRANDE-6.wav', 'TajoEmpalanteMetalChk')
  51. TajoEmpalanteMetalChk.SendNotify=0
  52. TajoCortanteMetalChk=Bladex.CreateSound('..\\..\\sounds\\ARMADURA-GRANDE-4.wav', 'TajoCortanteMetalChk')
  53. TajoCortanteMetalChk.SendNotify=0
  54. TajoMutilacionMetalChk=Bladex.CreateSound('..\\..\\sounds\\ARMADURA-FORT-3.wav', 'TajoMutilacionMetalChk')
  55. TajoMutilacionMetalChk.SendNotify=0
  56. GolpeContundenteChk=Bladex.CreateSound('..\\..\\sounds\\golpe-maza-armfort.wav', 'GolpeContundenteChk')
  57. GolpeContundenteChk.SendNotify=0
  58.  
  59. GolpeArmaEscudoChk=Bladex.CreateSound('..\\..\\sounds\\ESC-METAL-3.wav', 'GolpeArmaEscudoChk')
  60. GolpeArmaEscudoChk.SendNotify=0
  61. GolpeArmaArmaChk=Bladex.CreateSound('..\\..\\sounds\\METAL-METAL-4.wav', 'GolpeArmaArmaChk')
  62. GolpeArmaArmaChk.SendNotify=0
  63.  
  64.  
  65. print "Sonidos para el caballero del Kaos creados..."
  66.