I was hoping someone would be able to point me in the right direction. I’ve tried differing methods and tried to find something similar in google and haven’t been able to find anything yet. What I’d like to be able to do is use my finger as a physics body. Being able to push and move things around at will based on how fast or slowly my finger moves.
I’ve tried several methods and they don’t work well. Like trying to make an invisible physics body that follows my finger and interacts. Some troubles here are when my finger moves too fast my object just passes right through the other physics bodies. Didn’t seem to matter if I made the object dynamic or kinestic or even static which seemed to stop all the other physics objects in their tracks. I was using the touch event to move my objects this way.
If someone knows of a tutorial or some code that could point me in the right direction that would be wonderful.
Thanks so much.