Game Development Community

SFX Stop is not Working: - LOGGED

by TigerHeros · in Torque 3D Professional · 07/15/2010 (5:55 am) · 4 replies

Hi All

I am using Torque Alpha. Where i have to Play the ogg file.

I have played the ogg file.

$MainTheme = sfxCreateSource(AudioMusicLoop2D, "art/sound/throw.ogg");
if(%name$="sound")
{
$maintheme.play();
}
else
{
$maintheme.stop();
}


but the ogg file is playing only .It is not stop.


could any one help me. How can i stop the ogg file in torque 3d alpha.

Thanks in advance

#1
07/15/2010 (7:16 am)
I've got the same issue in T3D1.1B, but had no time to dig into it.
#2
07/15/2010 (7:28 am)

Confirmed. THREED-970.
#3
07/15/2010 (8:59 am)
Is it bug in torque3d Alpha?. Any other way to solve this.(Compiling with Source).
#4
07/16/2010 (5:02 pm)

Not sure yet. When I logged the bug, I believed I had it reproduced just fine on the lastest head development build of T3D. However, since then I haven't been able to reproduce. Looking into it.