Question about Touch Drag and Drop
TwilightHunter
Member Posts: 146
Hey, I have a question about my Touch drag and drop function. I modified the tutorial in the "Support" Tab to match touch functions but here is my question:
When I say to constrain the self.Position.X/self.Position.Y to the touches, it asks which touch to constrain to (Touches 1, 2, 3, 4 etc)
Which should I use would you say? I have a sort of DPad that the person would use to move the little block around and the Draggable Object is of course a different actor, so chances are you'd be touching the DPad at the same time as dragging the object.
When I say to constrain the self.Position.X/self.Position.Y to the touches, it asks which touch to constrain to (Touches 1, 2, 3, 4 etc)
Which should I use would you say? I have a sort of DPad that the person would use to move the little block around and the Draggable Object is of course a different actor, so chances are you'd be touching the DPad at the same time as dragging the object.