i am trying the touchlib in actionscript with the TUIO simulator. i did a trace in flash with TUIO simulator and it somewhat dispatches the UP, DOWN and MOVING events together when i move my mouse in the TUIO simulator. it seems to “loose” my blobs when i move too fast in the TUIO simulator.
when i am moving the dummy blob in the simulator slowly, flash doesn’t not dispatch the TUIO MoveEvent. it will when i move faster but that is when all the other up and down events are also dispatched.
and when i click to create a new dummy blob in the simulator, the down event is not dispatched. it actually dispatch when i drag and move the dummy blob quickly in the simulator.
does anyone experiencing this too?
