Really Difficulty Multitouch
I want to be able to trigger one of 4 sounds when one of the first 4 multitouch Y values is in the corresponding area of the screen. On first touch the multitouch is recorded as a set Y value and therefore the sound will trigger, however when the touch is released the multitouch Y value remains the same and so the sound keeps playing.
So i thought that I could do:
On release set multitouch Y to 0, in order to reset the Y value. The problem is how will i get it so that it knows which multitouch needs to be set back to zero on release
So i thought that I could do:
On release set multitouch Y to 0, in order to reset the Y value. The problem is how will i get it so that it knows which multitouch needs to be set back to zero on release
Comments
Could you find a solution to this ? I am some kind of stuck in a very similar situation.