Hey Greaver, Construct 2 does support Multi touch so it shouldnt be too hard to get what you want to work
Touch related expressions are covered in depth in the Manual
https://www.scirra.com/manual/119/touch
And this Tutorial as well goes into further depth
https://www.scirra.com/tutorials/202/touch-controls-and-a-trick-to-detect-input-method
A similar question was asked here...and the answer might work for you as well with a little modification.
https://www.scirra.com/forum/viewtopic.php?f=147&t=106470&p=788297#p788297
I would use The Event Condition "Is touching object" or "On Nth touch start"
and then Actions that move the Object to the Touch X,Y positions for each Touch
Every tick
Touch supports Multi touch though the "On Nth touch start" and "On Nth touch end" Events
Hope that makes sense
Hey greetings man! Thanks for the awesome reply! ^_^
After reading a bit more about it, i have found the solution of what i need, which is basically 'object move to Touch' every tick BUT for the second touch, that is what i could not find ^_^
Move object to touch.X and touch.Y is simple, but moving the object to the second touch was the problem! ^_^ Thanks for the links, i will check them out asap!