im just trying to find out how to play music in the backround of my program.. any help???
Archived topic from Iceteks, old topic ID:2132, old post ID:18150
Turing help.. greatly needed
- Red Squirrel
- Posts: 29209
- Joined: Wed Dec 18, 2002 12:14 am
- Location: Northern Ontario
- Contact:
Turing help.. greatly needed
I have not seen syb around in a while, he's the only one who knows turing around here. Now if it was php or C++...
Archived topic from Iceteks, old topic ID:2132, old post ID:18189
Archived topic from Iceteks, old topic ID:2132, old post ID:18189
Honk if you love Jesus, text if you want to meet Him!
-
- Posts: 13
- Joined: Tue Dec 30, 2003 1:41 pm
Turing help.. greatly needed
Declare a process for the music.
Example
Example
Code: Select all
process {name}
Music.PlayFile ("nameofthefile:string")
end {name}
%then you fork it using the code
fork {name}
[code]
I hope this will help you. ^^
[color=#888888][size=85]Archived topic from Iceteks, old topic ID:2132, old post ID:18216[/size][/color]