Use Multi-touch in Game

hello everyone,

I am trying to develop game for multitouch.

Story of game

I am hitting one object and aplyy force on it when my score reached to my limit i increase the difficulty my increasing object than I want user can touch both object and both object will have same property .

Used property

 -Collision

 -precollision

 -touch

I m not getting how to use multitouch in this scene

can any body share some code so that i can get some reference from it.

Hi pranav.khandelwal,

I suggest looking at the touch events in the documentation here. http://docs.coronalabs.com/api/event/touch/index.html

Another tiny thing that can often be overlooked but is very important is to activate multitouch. Multitouch is not active by default so you have to activate it, usually at the top of the page. 

See the example here for activating multitouch. http://docs.coronalabs.com/api/library/system/activate.html

Hope this helps!

Hi pranav.khandelwal,

I suggest looking at the touch events in the documentation here. http://docs.coronalabs.com/api/event/touch/index.html

Another tiny thing that can often be overlooked but is very important is to activate multitouch. Multitouch is not active by default so you have to activate it, usually at the top of the page. 

See the example here for activating multitouch. http://docs.coronalabs.com/api/library/system/activate.html

Hope this helps!