Dragging Help?
Hi!
I would like to create an actor that can be moved up and down on the Y axis by dragging up and down anywhere on the screen.
I did manage to create this. The problem is that I would like the actor to move more slowly and have drag when changing direction instead of following the touch exactly.
What is the best way to achieve this?
Thanks, Dave
I would like to create an actor that can be moved up and down on the Y axis by dragging up and down anywhere on the screen.
I did manage to create this. The problem is that I would like the actor to move more slowly and have drag when changing direction instead of following the touch exactly.
What is the best way to achieve this?
Thanks, Dave
Answers
Is it possible for the user to drag their finger up and down on the screen and the actor to follow but skid whilst following the change of direction?
Now just need to work out how to offset using this method, so it doesn't jump to the mouse position...?