
-----------------------------------
questionableninja
Wed Nov 21, 2007 7:31 am

Sounds
-----------------------------------
im kinda new to programming and was just wondering where i can get sounds for walking backgrounds music and the such

-----------------------------------
Zampano
Wed Nov 21, 2007 8:52 am

Re: Sounds
-----------------------------------
Try looking at all the commands of the music module. Search for it in Turing help.
The one you want is Music.PlayFile.
It plays music from a file in the same directory as the program is saved.
Put the Music.PlayFile within a loop within a process specifically for the purpose of making music.

-----------------------------------
syntax_error
Wed Nov 21, 2007 8:58 pm

Re: Sounds
-----------------------------------
as a side note since it is a proc you might want to fork it
i know its a horrible thing but in this case when you want music to run in the background while 
you are doing something else it works perfectly ;)
