Game Development Community

Sound does not loop

by Zilla · in Torque X Platformer Kit · 12/20/2007 (11:54 pm) · 2 replies

I replaced the background sound outdoor_music with another variable (m_outdoor_music in my case).
Everthing works fine and the new sound plays at the beginning of the level but only once.

I don't understand it because I didn't change anything else than this:

// start music loop
_outdoorMusic = "m_outdoor_music";

#1
12/23/2007 (5:32 am)
Never mind, because I'm such a n00b ;-)
I found it in the XACT tool...

Merry Christmas!
#2
09/30/2010 (2:27 am)
i realise this is way old but in the off chance you/someone reads this how did you solve this?