aboutsummaryrefslogtreecommitdiff
path: root/Histacom2/OS/Win98
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-10-30 23:02:31 -0400
committerlempamo <[email protected]>2017-10-30 23:02:31 -0400
commit7f09addce1993fe7bd30af98b852867b3bd6345f (patch)
treebd0018720ac1f56ff424f65ba8dcd60bebe5646c /Histacom2/OS/Win98
parentfd5c025adebd88b9f11de45fdd8297b0ed212892 (diff)
downloadhistacom2-7f09addce1993fe7bd30af98b852867b3bd6345f.tar.gz
histacom2-7f09addce1993fe7bd30af98b852867b3bd6345f.tar.bz2
histacom2-7f09addce1993fe7bd30af98b852867b3bd6345f.zip
added distort sound
Diffstat (limited to 'Histacom2/OS/Win98')
-rw-r--r--Histacom2/OS/Win98/Win98Apps/Story/Hack3.cs3
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";