View Single Post
Old 06-03-2008, 07:03 PM   #23 (permalink)
ShotgunSnipist
Experienced Member
 
ShotgunSnipist's Avatar
 
Join Date: May 2008
Location: Colorado
Posts: 803
ShotgunSnipist has a spectacular aura aboutShotgunSnipist has a spectacular aura about
Send a message via AIM to ShotgunSnipist
Default

Quote:
Originally Posted by LedZepp View Post
In the setSongOptions() method in Game1.cs under this line
Code:
songTitles[random] = mediaLibrary.Songs[randomSongIndex].Name;
Should there be a semicolon after this line?

Code:
MediaPlayer.PlayPosition = new TimeSpan(0, 0, 30)
Like this:
Code:
MediaPlayer.PlayPosition = new TimeSpan(0, 0, 30);
__________________
Invisible Text. =P



ShotgunSnipist is offline