I have a single sound file playing at the start of my game:
// Play the start sound:
self.run(SKAction.playSoundFileNamed("Sound/StartGame.aif", waitForCompletion: false))
How do I get a random single sound file from an array to play instead?