@ -28,6 +28,7 @@ var swordSoundInstance = swordSound.GetInstance();
swordSoundInstance.Play();
MySong = StreamingSoundOgg.Load(AudioSystem, "my_song.ogg");
MySong.Seek(6f); // seek to 6 seconds
MySong.Play();
```