Multitouch quad with HitTest

Hi guys.

I try to use HitTest2d (quad) to implement a simple multitouch table.

I obtain the points using a select with the hit point spread and then used the object id to filter de point and separate to corresponding a each quad.

The problem is, I have created a one module = to compare each Object Id to extract the hit point. It’s posible using Spreads to made the system more dinamic.

Thanks.

selectpoints.zip (6.2 kB)

hello, you should use the Button (GUI Multitouch) for things like this. it does all this automatically…

Thanks, tonfilm. The problem is that I want use this one point to change de position and scale and rotate with two points.