I need help with multitouch

First of all, English is not my native language, so please excuse any mistakes.

So, let’s suppose that we have two sprite objects (ObjectA and ObjectB). What I want to do (I am a beginner) is activate multitouch, so that, when two fingers touch anywhere on the screen, ObjectA appears on the position of the first finger and ObjectB on the position of the other one.

I need this for an app that I am trying to make (I’m actually using more than two objects).

Hi, you can deactivate the Move mouse cursor when touching screen. Also use the Touch condition instead of the mouse.

Hope this helps :slight_smile:

1 Like

I wrote this example to help with multituch:GitHub - jumpingjh/Multitouch: Multituch Manage

3 Likes