home *** CD-ROM | disk | FTP | other *** search
- import Bladex
-
- # *********************************
- # * Creacion de sonidos *
- # *********************************
-
- TajoEmpalanteGlm=Bladex.CreateSound('..\\..\\sounds\\golpe-golem-1.wav', 'TajoEmpalanteGlm')
- TajoCortanteGlm=Bladex.CreateSound('..\\..\\sounds\\golpe-golem-2.wav', 'TajoCortanteGlm')
- TajoCortanteGlm.SendNotify=0
- #TajoMutilacionGlm=Bladex.CreateSound('..\\..\\sounds\\slice-splat1.wav', 'TajoMutilacionGlm')
- #TajoMutilacionGlm.SendNotify=0
- GolpeContundenteGlm=Bladex.CreateSound('..\\..\\sounds\\golpe-maza-piedra.wav', 'GolpeContundenteGlm')
- GolpeContundenteGlm.SendNotify=0
- SesgadoGlm1=Bladex.CreateSound('..\\..\\sounds\\Sesgado-golem-11.wav', 'SesgadoGlm1')
- SesgadoGlm1.SendNotify=0
- SesgadoGlm2=Bladex.CreateSound('..\\..\\sounds\\Sesgado-Grave-ml.wav', 'SesgadoGlm2')
- SesgadoGlm2.SendNotify=0
- SesgadoGlm3=Bladex.CreateSound('..\\..\\sounds\\Sesgado-Grave-c.wav', 'SesgadoGlm3')
- SesgadoGlm3.SendNotify=0
- SesgadoGlm4=Bladex.CreateSound('..\\..\\sounds\\Sesgado-golem-11.wav', 'SesgadoGlm4')
- SesgadoGlm4.SendNotify=0
- SesgadoGlm5=Bladex.CreateSound('..\\..\\sounds\\Sesgado-Grave-ml.wav', 'SesgadoGlm5')
- SesgadoGlm5.SendNotify=0
- SesgadoGlm6=Bladex.CreateSound('..\\..\\sounds\\Sesgado1.wav', 'SesgadoGlm6')
- SesgadoGlm6.SendNotify=0
- SesgadoGlm7=Bladex.CreateSound('..\\..\\sounds\\Sesgado2.wav', 'SesgadoGlm7')
- SesgadoGlm7.SendNotify=0
-
- EsfuerzoGlm1=Bladex.CreateSound('..\\..\\sounds\\GOLEM-ESFUERZO-3.wav', 'EsfuerzoGlm1')
- EsfuerzoGlm1.SendNotify=0
- EsfuerzoGlm2=Bladex.CreateSound('..\\..\\sounds\\GOLEM-ESFUERZO-5.wav', 'EsfuerzoGlm2')
- EsfuerzoGlm2.SendNotify=0
- EsfuerzoGlm3=Bladex.CreateSound('..\\..\\sounds\\GOLEM-ESFUERZO-6.wav', 'EsfuerzoGlm3')
- EsfuerzoGlm3.SendNotify=0
- EsfuerzoGlm4=Bladex.CreateSound('..\\..\\sounds\\GOLEM-ESFUERZO-4.wav', 'EsfuerzoGlm4')
- EsfuerzoGlm4.SendNotify=0
- EsfuerzoGlm5=Bladex.CreateSound('..\\..\\sounds\\GOLEM-ESFUERZO-5.wav', 'EsfuerzoGlm5')
- EsfuerzoGlm5.SendNotify=0
- EsfuerzoGlm6=Bladex.CreateSound('..\\..\\sounds\\GOLEM-ESFUERZO-1.wav', 'EsfuerzoGlm6')
- EsfuerzoGlm6.SendNotify=0
- EsfuerzoGlm7=Bladex.CreateSound('..\\..\\sounds\\GOLEM-ESFUERZO-2.wav', 'EsfuerzoGlm7')
- EsfuerzoGlm7.SendNotify=0
-
- MuerteGlm1=Bladex.CreateSound('..\\..\\sounds\\GOLEM-MUERTE.wav', 'MuerteGlm1')
- MuerteGlm1.SendNotify=0
-
- HeridaGlm1=Bladex.CreateSound('..\\..\\sounds\\GOLEM-HERIDA-1.wav', 'HeridaGlm1')
- HeridaGlm1.SendNotify=0
- HeridaGlm2=Bladex.CreateSound('..\\..\\sounds\\GOLEM-HERIDA-2.wav', 'HeridaGlm2')
- HeridaGlm2.SendNotify=0
-
- caidagolem=Bladex.CreateSound('..\\..\\sounds\\caida-golem.wav', 'caidagolem')
- caidagolem.SendNotify=0
- caidagolem2=Bladex.CreateSound('..\\..\\sounds\\paso-golem-4.wav', 'caidagolem2')
- caidagolem2.SendNotify=0
- caidagolem3=Bladex.CreateSound('..\\..\\sounds\\caida-golem-2.wav', 'caidagolem3')
- caidagolem3.SendNotify=0
-
- CreaPiedraGlm=Bladex.CreateSound('..\\..\\sounds\\caida-golem-2.wav', 'CreaPiedraGlm')
- CreaPiedraGlm.SendNotify=0
-
-
-
-
- print "Sounds for the Stone Golem created..."
-
-