Game Development Community

Audio?

by Mehmet Emre Yorulmaz · in Torque 2D Beginner · 01/29/2015 (4:44 am) · 2 replies

The Audio guide page on the Torque 2d Wiki seems to be empty, is it possible to use audio in Torque 2d games?
If so, are there any resources i could use to learn how?

#1
01/29/2015 (5:54 am)
Of course it's possible, it's just that no one has added any documentation.

Look at the AudioBasicsToy here - just pull it down and look at the asset files to see how to set them up (it's very similar to image files). Then read through main.cs to see how to load and use them.

You can also download this (extremely annoying) game (http://www.roostertailgames.com/downloads/NyanCatGame.zip.txt - just remove the .txt from the end and unzip it) and see how I set up background music.
#2
01/29/2015 (6:53 am)
I see, thank you for the quick reply.
i'll be sure to check it out.