Add an instance variable to the player sprite called jump
Remove platform is on floor condition and replace it with if variable jump = 0
Add the event under audio to set the variable jump to 1
Make a new trigger/event below that says on landed set variable jump to 0