Project file
Handle with events.
When the player is touching the screen (while playing), have a time counter.
On "release", check the time counter value. If it is less than a specific time (short), have the character jump, otherwise, change the animation so it crouches.
Use a timer behavior (or the On Animation Finished condition) to set back the position of the character to normal run.