does anyone know how to stop a certain musicfile?
Author |
Message |
The_Triangle
|
Posted: Fri Nov 25, 2005 3:40 pm Post subject: does anyone know how to stop a certain musicfile? |
|
|
What I mean is, I have forked song1, right. ( I have 4 diff songs in my program). I want to stop song1 when u press the spacebar , and fork song2, and keep repeating this until 4 songs.
for the spacebar part, i already have all the array char of boolean, input.keydown and crap.
i tried to do the musicfilestop once the spacebar was pressed then forked song 2, but it just lagged my program. |
|
|
|
|
 |
Sponsor Sponsor

|
|
 |
Albrecd
|
Posted: Fri Nov 25, 2005 5:18 pm Post subject: (No subject) |
|
|
Use
|
|
|
|
|
 |
Dan

|
Posted: Fri Nov 25, 2005 5:19 pm Post subject: (No subject) |
|
|
Posting some of your code whould be helpfull.
As mentioned above the newer versons of turing have comands that could help u. |
Computer Science Canada
Help with programming in C, C++, Java, PHP, Ruby, Turing, VB and more! |
|
|
|
 |
|
|