Link to .capx file (required!):
dl.dropboxusercontent.com/u/108799982/Capx%20Demos/MobileControls.capx
Steps to reproduce:
1. Continuously hold and move red sprite control (ControlPoint) and move it left to right
2. Touch green sprite control (Jump)
3. Continue to move red sprite (ControlPoint)
Observed result:
The green character sprite (Sprite) will move until you press Jump at which point it stops moving.
Expected result:
The green character sprite (Sprite) would move, jump and keep moving
Browsers affected:
Android export, as I do not have a touch screen monitor to try on my PC
Operating system & service pack:
Android 4.1.2 & 4.2.2
Construct 2 version:
R 155
More Information: I notice that when you press anywhere on the screen with your first finger the Touch.Touchcount will equal 1. When you press with a second finger it will equal 2. If you remove the second finger, while the first is still touching, it will read 0; but it you remove the first finger, while the second is still touching it will equal 1.