• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

soundboard

  1. W

    Only want one sound to be playable at once!?

    Hey guys! I'm currently in the middle of making a soundboard and have made it so that the player cannot repeat the same sound (so the don't spam it) but I don't know how to make it so that if they click on a different sound, the one that is playing stops. Basically only having one sound play at...
  2. W

    Code Not Working...Please Help

    Basically, I am creating a soundboard and I am trying to make it so that when the user presses the button, the sound plays and the instance changes to another object (purple button to pink button) this makes it so that the user cannot continuously press the button and they know that the sound is...
  3. W

    How to fix this code? Help please

    Basically, I am making a sound board app and I want it so that when you press on a button, it plays the sound and changes the instance. When I press the the button it plays the sound, changes the instance but it won't change back afterwards. Here is my code: if (audio_is_playing(snd_druggo) ==...
  4. W

    Code not working, help!

    Basically, I am making a sound board app and I want it so that when you press on a button, it plays the sound and changes the instance. When I press the the button it plays the sound, changes the instance but it won't change back afterwards. Here is my code: if (audio_is_playing(snd_druggo) ==...
Top