I\'ve got a problem with multiple pointers in an onTouch method. All pointers are associated with a boolean value, true if down and false if up. It is very important that if on
I think the point of having an id for something is so that you have a consistent name by which to reference it. If the id is changing with the pointer count, perhaps another system of identification is called for. You could make an array of pointerIDs that gets referenced/updated independently of the pointer count.