i just need to two more sound effects into the game.
just two more.
footsteps.
and a sound for when the hand thing hits soil.
but in both cases i'm running into the issue where game maker hates me and will repeatedly play the noise each step.
every step.
...
okay i've got the sound for the hand.
...
and i've got footsteps.
with this momentum i should add jump effects, and make the hand sound different from the footstep.
and maybe a sound for the mana bar recharge.
either way today i did what i set out to do.
i fixed my sound effects.
i'll make more tomorrow.
today though, i had some help fixing them.
i learned that if you use the little add on;
if !sound_isplaying(sfx_footstep){
which checks to see if the sound is already playing, to keep the sound from piling up like it used to.
No comments:
Post a Comment