Help w/ Adding Music
Author |
Message |
Strykr
|
Posted: Fri Feb 15, 2008 8:10 pm Post subject: 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? |
|
|
|
|
|
Sponsor Sponsor
|
|
|
BigBear
|
Posted: Fri Feb 15, 2008 8:14 pm Post subject: 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
|
Posted: Fri Feb 15, 2008 8:22 pm Post subject: 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. |
|
|
|
|
|
|
|