Hey guys...
I want to add a behavior to my character, so it follows the "finger", meaning that, on a touch device, if I click on the character and I move my finger on the screen, the character will be under my finger all the time...
What should I use? (something like this?)
Touch >>> On touched Character // Character >>> Set Position to (Touch.X, Touch.Y)
Thanks!!!