diff options
| author | lempamo <[email protected]> | 2017-10-30 23:02:31 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-10-30 23:02:31 -0400 |
| commit | 7f09addce1993fe7bd30af98b852867b3bd6345f (patch) | |
| tree | bd0018720ac1f56ff424f65ba8dcd60bebe5646c /Histacom2 | |
| parent | fd5c025adebd88b9f11de45fdd8297b0ed212892 (diff) | |
| download | histacom2-7f09addce1993fe7bd30af98b852867b3bd6345f.tar.gz histacom2-7f09addce1993fe7bd30af98b852867b3bd6345f.tar.bz2 histacom2-7f09addce1993fe7bd30af98b852867b3bd6345f.zip | |
added distort sound
Diffstat (limited to 'Histacom2')
| -rw-r--r-- | Histacom2/OS/Win98/Win98Apps/Story/Hack3.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Histacom2/OS/Win98/Win98Apps/Story/Hack3.cs b/Histacom2/OS/Win98/Win98Apps/Story/Hack3.cs index 5112565..c6513e2 100644 --- a/Histacom2/OS/Win98/Win98Apps/Story/Hack3.cs +++ b/Histacom2/OS/Win98/Win98Apps/Story/Hack3.cs @@ -4,6 +4,7 @@ using System; using System.Collections.Generic; using System.Drawing; using System.Linq; +using System.Media; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; @@ -128,7 +129,7 @@ namespace Histacom2.OS.Win98.Win98Apps.Story td.classicLabel2.Text = "LOL NO"; td.classicLabel2.ForeColor = Color.MidnightBlue; // 0 - + new SoundPlayer(Properties.Resources.distort_fail).Play(); await Task.Delay(100); td.classicLabel1.Text = "1999"; await Task.Delay(500); await Task.Delay(100); td.classicLabel1.Text = "2000"; |
