Turing help.. greatly needed

Computer builds, hardware and software discussion or troubleshooting, including peripherals. Essentially a general place to talk about desktop computers.
Locked
Anonymous

Turing help.. greatly needed

Post 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
User avatar
Red Squirrel
Posts: 29206
Joined: Wed Dec 18, 2002 12:14 am
Location: Northern Ontario
Contact:

Turing help.. greatly needed

Post 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
Honk if you love Jesus, text if you want to meet Him!
KukuriChan
Posts: 13
Joined: Tue Dec 30, 2003 1:41 pm

Turing help.. greatly needed

Post 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]
Locked