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).