Game Development Community

Adding sound effects to movements

by Matthew · in Torque Game Engine · 06/16/2007 (4:05 am) · 5 replies

Hi all again
So i will get straight to the point. I am all most ready to release a demo of my RTS game for the indie game showcase but i havent added any sound effects for when the units move etc. So I am wondering how do i go about doing this.

Thanks
mat

#1
06/24/2007 (10:28 am)
Can any one help?

Thanks
mat
#2
06/24/2007 (10:35 am)
Can any one help?

Thanks
mat
#3
06/24/2007 (10:44 am)
Do you have a scripting callback for when you run the 'go here' commands ect? that'd be the simplest spot to put the alxplay funcs...
#4
06/25/2007 (7:36 am)
No i dont think so.
#5
06/25/2007 (1:10 pm)
Look on through your backend for how onImpact is used. should give you a working example of how to call a script function from the engine based opon a predefined condition.