Reply to Re: Echo effect
If you don't have an account, just leave the password field blank.
"is there any way I can fetch the sound bank number of any sound that is played?"
You mean any sound, like punching stuff or fighting etc? Not sure that that would be possible, especially as some sounds like pillbugs are played at a random speed the echo might sound a bit weird.
The only way I can think of would be for example to have an invisible sprite that covers most of the screen to sense whenever Dink hits something and then repeat the punch sound using sound_set_vol() or something for the faint echo. Would be easy enough to do in a cut-scene but awkward when just roaming around...
You mean any sound, like punching stuff or fighting etc? Not sure that that would be possible, especially as some sounds like pillbugs are played at a random speed the echo might sound a bit weird.
The only way I can think of would be for example to have an invisible sprite that covers most of the screen to sense whenever Dink hits something and then repeat the punch sound using sound_set_vol() or something for the faint echo. Would be easy enough to do in a cut-scene but awkward when just roaming around...