setFocus( ) question

Guys,

Currently I am using setfocus for a touch event on Object1… which means all touch events goes through that touch event…

however I have another touch object on the screen Object2…

What I wantt o currently do is while the person is holding Object1… and dragging it around… if they touch Object2 in the same drag… for the Object2 touch event to be called… (so I don’t want to use multi-touch)

is this possible?

I am using setfocus because… if the drag goes off the screen I still want to know about it

Thanks [import]uid: 67619 topic_id: 33798 reply_id: 333798[/import]

I believe that’s what multi-touch is for, if not only the one touch event is going to be registered.
[import]uid: 199310 topic_id: 33798 reply_id: 134406[/import]

I believe that’s what multi-touch is for, if not only the one touch event is going to be registered.
[import]uid: 199310 topic_id: 33798 reply_id: 134406[/import]