Hey guys!
I have a sprite(ball) with physics, i give to it a "Force", X=40 and Y=-140.
Nothing strange, just an example.
So, when i run the project the sprite(ball) moving at X,Y position. All good!
Now, I use a button to "pause" and "resume" the sprite(ball).
So, when i pause i use "Physics: Disabled"..
..and the problem is when i resume it, i enable the physics but the moving of the sprite(ball) stops from X direction and just follow down.
What's wrong?