Hello,
I have set the gravity of my app to 0, as I want to use collision detection for bricks that I slide about in a game that are controlled by the player.
But I want to slow down how fast a player can move the bricks.
zGravity is not working as there is no number to compute on, so creates an error.
When the bricks are slid from side to side slowly and steadily all is fine.
When the bricks are moved fast they fly outside of their boundaries.
So I want to control the speed they are moved. Any ideas?
Thanks
Angela