Skip to content

Commit

Permalink
Added files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrehn committed Mar 4, 2016
1 parent 8bb7ff9 commit 66f61b2
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 0 deletions.
Binary file added sounds/bankrupt.wav
Binary file not shown.
Binary file added sounds/boughtout.wav
Binary file not shown.
Binary file added sounds/closewindow.wav
Binary file not shown.
Binary file added sounds/expo.wav
Binary file not shown.
Binary file added sounds/gameover.wav
Binary file not shown.
Binary file added sounds/menuselect.wav
Binary file not shown.
Binary file added sounds/openmenu.wav
Binary file not shown.
Binary file added sounds/openwindow.wav
Binary file not shown.
Binary file added sounds/sound_event.wav
Binary file not shown.
Binary file added sounds/start.wav
Binary file not shown.
Binary file added sounds/stock_buyout.wav
Binary file not shown.
7 changes: 7 additions & 0 deletions sounds/yay.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
My.Computer.Audio.Play(My.Resources.Waterfall, _
AudioPlayMode.Background)

Sub PlayBackgroundSoundFile()
My.Computer.Audio.Play("C:\Waterfall.wav", _
AudioPlayMode.Background)
End Sub

0 comments on commit 66f61b2

Please sign in to comment.