Hi, I'm pretty new to Construct 2 and I am making a game where my character has wings and can glide. I need to be able to press the up button to jump, but if I hold it down the character glides for a few seconds until it lands on a platform/ground or collides with a trap and dies.
How would I program the up button, preferably using the platform behavior (which is already implemented on my player), and what do I do to simulate a gliding motion? Thanks.