How to make double jump have sound effects

After double jump sound set a Boolean “already_doublejumped” to true. Use this boolean to stop repeating sounds. When the character is not falling reset the boolean to false.

1 Like