question about my sound script
Posted: Fri Nov 08, 2002 5:14 pm
ok in my script for my sound work fine for the first sound, but when i did it for the second sound it didnt work. i think that i may have inserted the second part of the script:
start:
level waittill spawn
while(1)
{
$soundtrigger triggerable
$soundtrigger waittill trigger
$speaker playsound jackp
$soundtrigger nottriggerable
wait 5 // length of sound file
}
end
while(1)
{
$helitrigger triggerable
$helitrigger triggerable
$helispeaker playsound jackp
$helitrigger nottriggerable
wait 5 // length of sound file
}
end
like i said the first part of script worked for the sound, the second one didnt, did i put something wrong? are you suppose to put the second part of the script for a second sound in a different way?
start:
level waittill spawn
while(1)
{
$soundtrigger triggerable
$soundtrigger waittill trigger
$speaker playsound jackp
$soundtrigger nottriggerable
wait 5 // length of sound file
}
end
while(1)
{
$helitrigger triggerable
$helitrigger triggerable
$helispeaker playsound jackp
$helitrigger nottriggerable
wait 5 // length of sound file
}
end
like i said the first part of script worked for the sound, the second one didnt, did i put something wrong? are you suppose to put the second part of the script for a second sound in a different way?