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
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
About the author
#3
07/15/2010 (8:59 am)
Is it bug in torque3d Alpha?. Any other way to solve this.(Compiling with Source).
#4
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.
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.
Richard Marrevee
R.G.S - Richards Game Studio