
-----------------------------------
Strykr
Fri Feb 15, 2008 8:10 pm

Help w/ Adding Music
-----------------------------------
Hey just wondering how I can add music to my program. Does the MP3 file have to be a specific folder?

-----------------------------------
BigBear
Fri Feb 15, 2008 8:14 pm

Re: Help w/ Adding Music
-----------------------------------
To add music into a turing program the MP3 file can be in the same folder or you can specify like 
Music.PlayFile ("yoursong.MP3")
or 
Music.PlayFile ("Foldername/yoursong.MP3")

-----------------------------------
ericfourfour
Fri Feb 15, 2008 8:22 pm

RE:Help w/ Adding Music
-----------------------------------
Music.PlayFileReturn plays a song from beginning to end. Music.PlayFileLoop plays a song from the beginning to end and loops it. Music.PlayFileStop stops a song from playing.
