Alright so usually i know my way around this but I figured I will ask the community for the best way, in my platformer there is a left and right button for touch on screen, then i have an event where "on any touch > Jump " then after that it sets a double jump variable to 1.
Then its On any touch > Doublejump is 1 > Jump
But thing is when my character is in air, i want to be able to move it left and right, however when i click one of the button the character jumps/doublejumps to.
I have tried ON any touch > Is not touching object BUTTON > Jump
But still jumps when i move in air using the buttons.
Appriciate any responses if anyone has a solution, i will just keep working on the other things while i wait for a reply.