home *** CD-ROM | disk | FTP | other *** search
- import Bladex
-
- # *********************************
- # * Creacion de sonidos *
- # *********************************
-
-
- SesgadoCorto=Bladex.CreateSound('..\\..\\sounds\\sesgado-corto.wav', 'SesgadoCorto')
- SesgadoCorto.SendNotify=0
- SesgadoCorto.Volume=0.6
- SesgadoLargo=Bladex.CreateSound('..\\..\\sounds\\sesgado-largo.wav', 'SesgadoLargo')
- SesgadoLargo.SendNotify=0
- SesgadoLargo.Volume=0.6
- SesgadoCortoGrave=Bladex.CreateSound('..\\..\\sounds\\sesgado-corto-grave.wav', 'SesgadoCortoGrave')
- SesgadoCortoGrave.SendNotify=0
- SesgadoCortoGrave.Volume=0.6
- SesgadoLargoGrave=Bladex.CreateSound('..\\..\\sounds\\sesgado-largo-grave.wav', 'SesgadoLargoGrave')
- SesgadoLargoGrave.SendNotify=0
- SesgadoLargoGrave.Volume=0.6
- SesgadoLargoGrave2=Bladex.CreateSound('..\\..\\sounds\\sesgado-largo-grave.wav', 'SesgadoLargoGrave2')
- SesgadoLargoGrave.SendNotify=0
- SesgadoLargoGrave.Volume=1
- SesgadoCortoAgudo=Bladex.CreateSound('..\\..\\sounds\\sesgado-corto-agudo.wav', 'SesgadoCortoAgudo')
- SesgadoCortoAgudo.SendNotify=0
- SesgadoCortoGrave.Volume=0.6
- SesgadoLargoAgudo=Bladex.CreateSound('..\\..\\sounds\\sesgado-largo-agudo.wav', 'SesgadoLargoAgudo')
- SesgadoLargoAgudo.SendNotify=0
- SesgadoLargoAgudo.Volume=0.6
-
- EsfuerzoGolpeFrontalChk=Bladex.CreateSound('..\\..\\sounds\\esfuerzo-barb-golpe-frontal.wav', 'EsfuerzoGolpeFrontalChk')
- EsfuerzoGolpeFrontalChk.SendNotify=0
- EsfuerzoGolpeArribaChk=Bladex.CreateSound('..\\..\\sounds\\esfuerzo-barb-golpe-arriba.wav', 'EsfuerzoGolpeArribaChk')
- EsfuerzoGolpeArribaChk.SendNotify=0
- EsfuerzoGolpeAtrasChk=Bladex.CreateSound('..\\..\\sounds\\esfuerzo-barb-golpe-atras.wav', 'EsfuerzoGolpeAtrasChk')
- EsfuerzoGolpeAtrasChk.SendNotify=0
- EsfuerzoCorto6Chk=Bladex.CreateSound('..\\..\\sounds\\esfuerzo-barb-corto-6.wav', 'EsfuerzoCorto6Chk')
- EsfuerzoCorto6Chk.SendNotify=0
- EsfuerzoCorto6Chk.Volume=0.8
- EsfuerzoCorto5Chk=Bladex.CreateSound('..\\..\\sounds\\esfuerzo-barb-corto-5.wav', 'EsfuerzoCorto5Chk')
- EsfuerzoCorto5Chk.SendNotify=0
- EsfuerzoCorto5Chk.Volume=0.8
- EsfuerzoCorto4Chk=Bladex.CreateSound('..\\..\\sounds\\esfuerzo-barb-corto-4.wav', 'EsfuerzoCorto4Chk')
- EsfuerzoCorto4Chk.SendNotify=0
- EsfuerzoCorto4Chk.Volume=0.8
- EsfuerzoCorto2Chk=Bladex.CreateSound('..\\..\\sounds\\esfuerzo-barb-corto-2.wav', 'EsfuerzoCorto2c')
- EsfuerzoCorto2Chk.SendNotify=0
- EsfuerzoCorto2Chk.Volume=0.8
-
-
- TajoEmpalanteMetalChk=Bladex.CreateSound('..\\..\\sounds\\ARMADURA-GRANDE-6.wav', 'TajoEmpalanteMetalChk')
- TajoEmpalanteMetalChk.SendNotify=0
- TajoCortanteMetalChk=Bladex.CreateSound('..\\..\\sounds\\ARMADURA-GRANDE-4.wav', 'TajoCortanteMetalChk')
- TajoCortanteMetalChk.SendNotify=0
- TajoMutilacionMetalChk=Bladex.CreateSound('..\\..\\sounds\\ARMADURA-FORT-3.wav', 'TajoMutilacionMetalChk')
- TajoMutilacionMetalChk.SendNotify=0
- GolpeContundenteChk=Bladex.CreateSound('..\\..\\sounds\\golpe-maza-armfort.wav', 'GolpeContundenteChk')
- GolpeContundenteChk.SendNotify=0
-
- GolpeArmaEscudoChk=Bladex.CreateSound('..\\..\\sounds\\ESC-METAL-3.wav', 'GolpeArmaEscudoChk')
- GolpeArmaEscudoChk.SendNotify=0
- GolpeArmaArmaChk=Bladex.CreateSound('..\\..\\sounds\\METAL-METAL-4.wav', 'GolpeArmaArmaChk')
- GolpeArmaArmaChk.SendNotify=0
-
-
- print "Sonidos para el caballero del Kaos creados..."
-