You could set the object's position with the touch object's coordinates. For example:
Is in touch (Touch oject) - Set position: X: Touch.X; Y: Touch.Y (Sprite object)
Also, you can use the Touch object's coordinates with a movenment behavior to create a smooth movenment.