Sound Problem
Hallo,
I have a simple sound problem working with a game with one scene.
I have an actor that fires bullets when I press the mouse and there is a sound like gun machine, but when the actor die and I press "play again" the gun machine sound remains. How can I stop the sound when the actor die?
Thank yout fir your help
easybusy
I have a simple sound problem working with a game with one scene.
I have an actor that fires bullets when I press the mouse and there is a sound like gun machine, but when the actor die and I press "play again" the gun machine sound remains. How can I stop the sound when the actor die?
Thank yout fir your help
easybusy
Comments
"When mouse button is down"
"Play machine gun sound"
Change it to:
"When mouse button is down" AND "When player is alive"
"Play Machine Gun sound"
Hope that helps,
QS
Dr. Sam Beckett never returned home...
Twitter: https://twitter.com/Quantum_Sheep
Web: https://quantumsheep.itch.io
unfortunately it does not work. I do not know why but I am sure the fault is mine.
Is there any other alternative way?
Thank you
easybusy