Home   Help Search Login Register  

Author Topic: LoopSound  (Read 500 times)

0 Members and 1 Guest are viewing this topic.

sgtGunneryHighway

  • Guest
LoopSound
« on: 24 Dec 2002, 09:12:13 »
i have a motor sound sample and i wanna play it in loop and stop it when somebody turn off the machine
how can i do that?  ???
if someone know plz post   ;D

sgtGunneryHighway

  • Guest
Re:LoopSound
« Reply #1 on: 25 Dec 2002, 16:15:08 »
 :'(

mpbm

  • Guest
Re:LoopSound
« Reply #2 on: 26 Dec 2002, 21:57:35 »
IÂ'm not sure but iÂ'll try to help:

Make a script; something like this:

#loop
command_to_play_your_sound
test_if_machine_is_off : goto "off"
goto "loop"
#off
exit