Page 1 of 1

Turing help.. greatly needed

Posted: Wed Mar 10, 2004 7:40 pm
by Anonymous
im just trying to find out how to play music in the backround of my program.. any help??? :( :awesome: :D

Archived topic from Iceteks, old topic ID:2132, old post ID:18150

Turing help.. greatly needed

Posted: Thu Mar 11, 2004 9:06 am
by Red Squirrel
I have not seen syb around in a while, he's the only one who knows turing around here. :D Now if it was php or C++... :P

Archived topic from Iceteks, old topic ID:2132, old post ID:18189

Turing help.. greatly needed

Posted: Fri Mar 12, 2004 11:58 pm
by KukuriChan
Declare a process for the music.

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]