Computer Science Canada Sounds |
Author: | questionableninja [ Wed Nov 21, 2007 7:31 am ] |
Post subject: | Sounds |
im kinda new to programming and was just wondering where i can get sounds for walking backgrounds music and the such |
Author: | Zampano [ Wed Nov 21, 2007 8:52 am ] |
Post subject: | 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. |
Author: | syntax_error [ Wed Nov 21, 2007 8:58 pm ] |
Post subject: | 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 ![]() |