Computer Science Canada

does anyone know how to stop a certain musicfile?

Author:  The_Triangle [ 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.

Author:  Albrecd [ Fri Nov 25, 2005 5:18 pm ]
Post subject: 

Use
code:
Music.PlayFileStop

Author:  Dan [ Fri Nov 25, 2005 5:19 pm ]
Post subject: 

Posting some of your code whould be helpfull.

As mentioned above the newer versons of turing have comands that could help u.


: