hello everybody, I am trying to find a solution to this problem, when I drag a image I experience a slight delay with when I drag fast. Now I am using physics and I think solution lies somewhere there.
this is what I am using right now, it’s pretty annoying.
player:addEventListener( “touch”, gameUI.dragBody )
so in a nutshell, the image delays when I drag it fast, I want to drag the image instantly.
thank you