Author |
Message |
questionableninja
![](http://compsci.ca/v3/uploads/user_avatars/19359017854744a68482b5a.jpg)
|
Posted: 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 |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
Zampano
![](http://compsci.ca/v3/uploads/user_avatars/123384421747e86c6cddac1.gif)
|
Posted: 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. |
|
|
|
|
![](images/spacer.gif) |
syntax_error
![](http://compsci.ca/v3/uploads/user_avatars/196798963948cf16794b6e5.jpg)
|
Posted: 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 ![Wink Wink](http://compsci.ca/v3/images/smiles/icon_wink.gif) |
|
|
|
|
![](images/spacer.gif) |
|