Hello !
I'm trying to make a platformer with touch control with only two "buttons".
Basically, If you Maintain right, the Left button become a jump Button.
If you maintain Left, the Right button become the jump button.
Here is the thing :
When i keep pressing Left (First) then Keep pressing right, I jump (That's good)
But when i do the opposite (Right first, then Left), Left "Overtake" right.
Here is the code :
So, on the code side, whenever i touch the Left button, Touchstate =1.
Any idea ?
I personnally think this is a conflict in multitouch but i may be wrong.
If you'd like, Here is the .Capx . You'll find this portion of the code in the Group PlateformMode->Control
You can play here, On your favorite touch device