Computer Science Canada Music help in a procedure |
| Author: | INFERNO2K [ Thu Jun 05, 2003 6:38 pm ] | ||
| Post subject: | Music help in a procedure | ||
After the user selects a song I want my program to carry on instead of playing the entire song before continuing. How might I be able to do so? |
|||
| Author: | AsianSensation [ Thu Jun 05, 2003 6:41 pm ] |
| Post subject: | |
use process, look it up under the turing reference/help manual, it allow you to play background music. |
|
| Author: | INFERNO2K [ Thu Jun 05, 2003 6:43 pm ] |
| Post subject: | |
Im not quite sure of what the code would look like. |
|
| Author: | AsianSensation [ Thu Jun 05, 2003 6:46 pm ] | ||||
| Post subject: | |||||
there is a tutorial on the help section, but ok, i'll give u the code anyway. first, declare a process
when you want to play it, use fork
and that should allow u to play music in the background. |
|||||
| Author: | INFERNO2K [ Thu Jun 05, 2003 6:51 pm ] |
| Post subject: | |
Awsome it worked. Cheers |
|