Game Development Community

Sounds missing after loading a level

by AzraelK · in Torque Game Builder · 11/14/2006 (9:02 am) · 2 replies

Some sounds Ive used in a previous level, stop working after I load a new one, how can I prevent this?

#1
11/14/2006 (9:20 am)
Are you losing the handles to the sounds once the new level loads?

Try assigning them to a global variable instead of a local variable and see if that helps. Otherwise, are you getting errors when you try to play the sound effect?
#2
11/14/2006 (10:20 am)
Thanks for answering, No Im losing the sound itself not the handle, I cant hear any sounds after I load a level.