Posted: Fri Jun 05, 2009 11:08 pm Post subject: playing sound
i don`t know why but my Music.PlayFile ("car sound 2.wav") is not working?
Sponsor Sponsor
Kharybdis
Posted: Sat Jun 06, 2009 9:25 am Post subject: Re: playing sound
Turing:
process PlayMusic
loop Music.PlayFile("car sound 2.wav") endloop end PlayMusic
fork PlayMusic
if the file you're playing doesn't work, try putting in EXACTLY how it looks in the double quotes area. You have to also specify the
directory path of your file. IF it's in the same directory, just the file name will do.
so for example, if you have a music file named PlayThis1.mp3, you have to put this: