I've been reading up on how to insert sound into a program,. but I just can't understand it.
For example:
I have a sound file saved on my desktop, My program is C# Windows Game, a basic alien shooter. When the user hits the space bar and fires, I'd like to run the sound file, whether it be inserted in the resources or not. which ever works.
I'll insert my code if need be.
For example:
I have a sound file saved on my desktop, My program is C# Windows Game, a basic alien shooter. When the user hits the space bar and fires, I'd like to run the sound file, whether it be inserted in the resources or not. which ever works.
I'll insert my code if need be.
Comment