Hi all,
We’ve been greatly enjoying using the touchlib AS3 libraries to develop some multi-touch stuff in our lab at Carleton University, including a sandwich-making game.
One issue we’ve been hitting and unable to figure out, is that we quite often lose the “up” events that should be triggered by a finger lifting off the table, often written as a “touchUp” event handler in the AS3 classes.
I’ve put a trace in the Rotatable class’s version of this event handler (it’s the one we’ve been using for our sandwich ingredients), and it definitely just doesn’t get called. Sometimes.
This is most notably true when the finger is *moving* when it lifts off the table - that frequently results in no touchUp being sent (or possibly just not received, I suppose).
Has anyone else run into this issue? Is there some blindly obvious solution we just haven’t thought of?
Cheers,
Pippin
