I am making a Snake game and in Public Form1(), I wrote:
startMusic = new SoundPlayer(Properties.Resources.BackgroundMusic); startMusic.LoadAsync(); soun