Hi
Can you send a physics object to a fixed location?
As an example I have a static physics body at a fixed location centre of the screen.
I want to throw balls at this object . I know I can use the transition.to but I want to use physics so when the balls collide they will bounce, gravity etc. The balls will start from a random location so would I approach this somehow with the setLinearVelocity?
Thank you