Game Development Community

Sound.playing?

by Kevin James · in Torque Game Builder · 05/08/2010 (11:37 am) · 2 replies

How do I check in code if a sound is playing?

About the author

Computer security, digital forensics, and platform jumper enthusiast. shells.myw3b.net/~syreal/


#1
05/08/2010 (11:50 am)
From script:

alxIsPlaying( handle )

I can't check the code right now but you can search the matching console function and see how it's done.
#2
05/08/2010 (12:58 pm)
Niiice! Thanks for the fast response!