Stop The Sound!!! ???
by Alienforce · in Torque Game Engine · 08/09/2006 (4:00 pm) · 6 replies
I am going crazy :(
Why will not " alxStop(%handle); " work ARGHHHHHH!!!!
Is this a bug ?!?
How do i stop one audiostream from playing ??
Why will not " alxStop(%handle); " work ARGHHHHHH!!!!
Is this a bug ?!?
How do i stop one audiostream from playing ??
#2
ex. mainmenu music and when you enter the mission it stops playing.
I have looked thrue the resources i could find including this http://tdn.garagegames.com/wiki/Audio/Music
without the typo :) but nothing works for me when it comes to stop a playing audiochannel.
08/09/2006 (11:47 pm)
Could you please give me a short example how you setupex. mainmenu music and when you enter the mission it stops playing.
I have looked thrue the resources i could find including this http://tdn.garagegames.com/wiki/Audio/Music
without the typo :) but nothing works for me when it comes to stop a playing audiochannel.
#3
No its not working :( I give up.................................................................
08/10/2006 (12:28 am)
Fixed it, Now its working...No its not working :( I give up.................................................................
#4
08/10/2006 (3:10 am)
$someGreatSound = alxPlay(SomeEvenGreaterAudioProfile); .... alxStop($someGreatSound); // Or for everything... alxStopAll();
#5
08/10/2006 (3:41 am)
Are you sure %handle is correct? That's not a global variable, so it's possible you should be using $handle ?
Torque Owner Matt "Mr. Pig" Razza