- Timestamp:
- 2012-06-15 10:25:20 (11 years ago)
- Location:
- 2012/24/PyryL/RageFight
- Files:
-
- 19 added
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
2012/24/PyryL/RageFight/RageFight/RageFight/RageFight.cs
r3033 r3057 26 26 27 27 PhysicsObject tahti; 28 29 30 28 31 29 32 … … 60 63 61 64 SoundEffect maaliAani = LoadSoundEffect("maali"); 65 SoundEffect criticalStop = LoadSoundEffect("Windows Critical Stop"); 66 SoundEffect Ding = LoadSoundEffect("Windows Ding"); 67 SoundEffect Exclamation = LoadSoundEffect("Windows Exclamation"); 68 SoundEffect HardwareRemove = LoadSoundEffect("Windows Hardware Remove"); 69 SoundEffect Logon = LoadSoundEffect("Windows Logon Sound"); 70 SoundEffect kapum = LoadSoundEffect("kaboosh"); 71 SoundEffect hit1 = LoadSoundEffect("Jab"); 72 SoundEffect hitR = LoadSoundEffect("Right Hook"); 73 SoundEffect hitL = LoadSoundEffect("Left Hook"); 74 75 62 76 63 77 … … 83 97 { 84 98 ClearAll(); 99 Logon.Play(); 85 100 86 101 if (kentanNro == 1) luoKentta1("kentta1.txt"); … … 446 461 pam.Position = kone.Position; 447 462 Add(pam,4); 463 kapum.Play(); 448 464 } 449 465 … … 457 473 pam2.Position = kone2.Position; 458 474 Add(pam2, 4); 475 kapum.Play(); 459 476 } 460 477 … … 687 704 }; 688 705 VahennaVoimia2(); 706 hitL.Play(); 689 707 690 708 } … … 717 735 }; 718 736 VahennaVoimia1(); 737 hitR.Play(); 719 738 720 739 … … 853 872 koneMittari1.Value--; 854 873 874 Sound koneR = hit1.CreateSound(); 875 koneR.Pitch = 0.6; 876 koneR.Volume = 0.7; 877 koneR.Pan = 1; 878 koneR.Play(); 879 880 855 881 if (koneMittari1.Value == 16) 856 882 { 857 883 kone.Image = koneRikki; 884 Exclamation.Play(); 858 885 } 859 886 … … 861 888 { 862 889 lisaaSavu(); 890 HardwareRemove.Play(); 863 891 } 864 892 … … 866 894 { 867 895 kone.Image = konehajalla; 896 897 criticalStop.Play(); 868 898 } 869 899 … … 875 905 koneMittari2.Value--; 876 906 907 Sound koneL = hit1.CreateSound(); 908 koneL.Pitch = 0.6; 909 koneL.Volume = 0.7; 910 koneL.Pan = -1; 911 koneL.Play(); 912 913 877 914 if (koneMittari2.Value == 16) 878 915 { 879 916 kone2.Image = koneRikki; 917 Exclamation.Play(); 880 918 } 881 919 … … 883 921 { 884 922 lisaaSavu2(); 923 HardwareRemove.Play(); 885 924 } 886 925 … … 888 927 { 889 928 kone2.Image = konehajalla; 929 criticalStop.Play(); 890 930 } 891 931 } -
2012/24/PyryL/RageFight/RageFight/RageFight/RageFight.csproj.Debug.cachefile
r3033 r3057 39 39 Content\kentta8.xnb 40 40 Content\kentta9.xnb 41 Content\Windows Critical Stop.xnb 42 Content\Windows Ding.xnb 43 Content\Windows Exclamation.xnb 44 Content\Windows Hardware Remove.xnb 45 Content\Windows Logon Sound.xnb 46 Content\kaboosh.xnb 47 Content\Jab.xnb 48 Content\Left Hook.xnb 49 Content\Right Hook.xnb 41 50 Content\kentta1.txt -
2012/24/PyryL/RageFight/RageFight/RageFight/obj/x86/Debug/ContentPipeline-{B954A0B2-E820-499C-95A2-206ACF0DC794}.xml
r3033 r3057 361 361 <Output>C:\MyTemp\PyryL\RageFight\RageFight\RageFight\bin\x86\Debug\Content\kentta9.xnb</Output> 362 362 <Time>2012-06-14T14:11:22.6199343+03:00</Time> 363 </Item> 364 <Item> 365 <Source>Windows Critical Stop.wav</Source> 366 <Name>Windows Critical Stop</Name> 367 <Importer>WavImporter</Importer> 368 <Processor>SoundEffectProcessor</Processor> 369 <Options>None</Options> 370 <Output>C:\MyTemp\PyryL\RageFight\RageFight\RageFight\bin\x86\Debug\Content\Windows Critical Stop.xnb</Output> 371 <Time>2012-06-15T09:49:00.9913838+03:00</Time> 372 </Item> 373 <Item> 374 <Source>Windows Ding.wav</Source> 375 <Name>Windows Ding</Name> 376 <Importer>WavImporter</Importer> 377 <Processor>SoundEffectProcessor</Processor> 378 <Options>None</Options> 379 <Output>C:\MyTemp\PyryL\RageFight\RageFight\RageFight\bin\x86\Debug\Content\Windows Ding.xnb</Output> 380 <Time>2012-06-15T09:49:34.5897433+03:00</Time> 381 </Item> 382 <Item> 383 <Source>Windows Exclamation.wav</Source> 384 <Name>Windows Exclamation</Name> 385 <Importer>WavImporter</Importer> 386 <Processor>SoundEffectProcessor</Processor> 387 <Options>None</Options> 388 <Output>C:\MyTemp\PyryL\RageFight\RageFight\RageFight\bin\x86\Debug\Content\Windows Exclamation.xnb</Output> 389 <Time>2012-06-15T09:49:34.5877431+03:00</Time> 390 </Item> 391 <Item> 392 <Source>Windows Hardware Remove.wav</Source> 393 <Name>Windows Hardware Remove</Name> 394 <Importer>WavImporter</Importer> 395 <Processor>SoundEffectProcessor</Processor> 396 <Options>None</Options> 397 <Output>C:\MyTemp\PyryL\RageFight\RageFight\RageFight\bin\x86\Debug\Content\Windows Hardware Remove.xnb</Output> 398 <Time>2012-06-15T09:49:34.5877431+03:00</Time> 399 </Item> 400 <Item> 401 <Source>Windows Logon Sound.wav</Source> 402 <Name>Windows Logon Sound</Name> 403 <Importer>WavImporter</Importer> 404 <Processor>SoundEffectProcessor</Processor> 405 <Options>None</Options> 406 <Output>C:\MyTemp\PyryL\RageFight\RageFight\RageFight\bin\x86\Debug\Content\Windows Logon Sound.xnb</Output> 407 <Time>2012-06-15T09:49:34.5887432+03:00</Time> 408 </Item> 409 <Item> 410 <Source>kaboosh.wav</Source> 411 <Name>kaboosh</Name> 412 <Importer>WavImporter</Importer> 413 <Processor>SoundEffectProcessor</Processor> 414 <Options>None</Options> 415 <Output>C:\MyTemp\PyryL\RageFight\RageFight\RageFight\bin\x86\Debug\Content\kaboosh.xnb</Output> 416 <Time>2012-06-15T09:56:36+03:00</Time> 417 </Item> 418 <Item> 419 <Source>Jab.wav</Source> 420 <Name>Jab</Name> 421 <Importer>WavImporter</Importer> 422 <Processor>SoundEffectProcessor</Processor> 423 <Options>None</Options> 424 <Output>C:\MyTemp\PyryL\RageFight\RageFight\RageFight\bin\x86\Debug\Content\Jab.xnb</Output> 425 <Time>2012-06-15T10:03:36.7519511+03:00</Time> 426 </Item> 427 <Item> 428 <Source>Left Hook.wav</Source> 429 <Name>Left Hook</Name> 430 <Importer>WavImporter</Importer> 431 <Processor>SoundEffectProcessor</Processor> 432 <Options>None</Options> 433 <Output>C:\MyTemp\PyryL\RageFight\RageFight\RageFight\bin\x86\Debug\Content\Left Hook.xnb</Output> 434 <Time>2012-06-15T10:03:55.6818439+03:00</Time> 435 </Item> 436 <Item> 437 <Source>Right Hook.wav</Source> 438 <Name>Right Hook</Name> 439 <Importer>WavImporter</Importer> 440 <Processor>SoundEffectProcessor</Processor> 441 <Options>None</Options> 442 <Output>C:\MyTemp\PyryL\RageFight\RageFight\RageFight\bin\x86\Debug\Content\Right Hook.xnb</Output> 443 <Time>2012-06-15T10:04:22.5865341+03:00</Time> 363 444 </Item> 364 445 <BuildSuccessful>true</BuildSuccessful> -
2012/24/PyryL/RageFight/RageFight/RageFight/obj/x86/Debug/RageFight.csproj.FileListAbsolute.txt
r3033 r3057 48 48 C:\MyTemp\PyryL\RageFight\RageFight\RageFight\bin\x86\Debug\Content\kentta8.xnb 49 49 C:\MyTemp\PyryL\RageFight\RageFight\RageFight\bin\x86\Debug\Content\kentta9.xnb 50 C:\MyTemp\PyryL\RageFight\RageFight\RageFight\bin\x86\Debug\Content\Windows Critical Stop.xnb 51 C:\MyTemp\PyryL\RageFight\RageFight\RageFight\bin\x86\Debug\Content\Windows Ding.xnb 52 C:\MyTemp\PyryL\RageFight\RageFight\RageFight\bin\x86\Debug\Content\Windows Exclamation.xnb 53 C:\MyTemp\PyryL\RageFight\RageFight\RageFight\bin\x86\Debug\Content\Windows Hardware Remove.xnb 54 C:\MyTemp\PyryL\RageFight\RageFight\RageFight\bin\x86\Debug\Content\Windows Logon Sound.xnb 55 C:\MyTemp\PyryL\RageFight\RageFight\RageFight\bin\x86\Debug\Content\kaboosh.xnb 56 C:\MyTemp\PyryL\RageFight\RageFight\RageFight\bin\x86\Debug\Content\Jab.xnb 57 C:\MyTemp\PyryL\RageFight\RageFight\RageFight\bin\x86\Debug\Content\Left Hook.xnb 58 C:\MyTemp\PyryL\RageFight\RageFight\RageFight\bin\x86\Debug\Content\Right Hook.xnb -
2012/24/PyryL/RageFight/RageFight/RageFight/obj/x86/Debug/cachefile-{B954A0B2-E820-499C-95A2-206ACF0DC794}-targetpath.txt
r3033 r3057 39 39 Content\kentta8.xnb 40 40 Content\kentta9.xnb 41 Content\Windows Critical Stop.xnb 42 Content\Windows Ding.xnb 43 Content\Windows Exclamation.xnb 44 Content\Windows Hardware Remove.xnb 45 Content\Windows Logon Sound.xnb 46 Content\kaboosh.xnb 47 Content\Jab.xnb 48 Content\Left Hook.xnb 49 Content\Right Hook.xnb 41 50 Content\kentta1.txt -
2012/24/PyryL/RageFight/RageFight/RageFightContent/RageFightContent.contentproj
r3033 r3057 277 277 </Compile> 278 278 </ItemGroup> 279 <ItemGroup> 280 <Compile Include="Windows Critical Stop.wav"> 281 <Name>Windows Critical Stop</Name> 282 <Importer>WavImporter</Importer> 283 <Processor>SoundEffectProcessor</Processor> 284 </Compile> 285 </ItemGroup> 286 <ItemGroup> 287 <Compile Include="Windows Ding.wav"> 288 <Name>Windows Ding</Name> 289 <Importer>WavImporter</Importer> 290 <Processor>SoundEffectProcessor</Processor> 291 </Compile> 292 <Compile Include="Windows Exclamation.wav"> 293 <Name>Windows Exclamation</Name> 294 <Importer>WavImporter</Importer> 295 <Processor>SoundEffectProcessor</Processor> 296 </Compile> 297 <Compile Include="Windows Hardware Remove.wav"> 298 <Name>Windows Hardware Remove</Name> 299 <Importer>WavImporter</Importer> 300 <Processor>SoundEffectProcessor</Processor> 301 </Compile> 302 <Compile Include="Windows Logon Sound.wav"> 303 <Name>Windows Logon Sound</Name> 304 <Importer>WavImporter</Importer> 305 <Processor>SoundEffectProcessor</Processor> 306 </Compile> 307 </ItemGroup> 308 <ItemGroup> 309 <Compile Include="kaboosh.wav"> 310 <Name>kaboosh</Name> 311 <Importer>WavImporter</Importer> 312 <Processor>SoundEffectProcessor</Processor> 313 </Compile> 314 </ItemGroup> 315 <ItemGroup> 316 <Compile Include="Jab.wav"> 317 <Name>Jab</Name> 318 <Importer>WavImporter</Importer> 319 <Processor>SoundEffectProcessor</Processor> 320 </Compile> 321 <Compile Include="Left Hook.wav"> 322 <Name>Left Hook</Name> 323 <Importer>WavImporter</Importer> 324 <Processor>SoundEffectProcessor</Processor> 325 </Compile> 326 <Compile Include="Right Hook.wav"> 327 <Name>Right Hook</Name> 328 <Importer>WavImporter</Importer> 329 <Processor>SoundEffectProcessor</Processor> 330 </Compile> 331 </ItemGroup> 279 332 <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 280 333 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset
for help on using the changeset viewer.