Hi,

Let's say I have a ball on the ground and I my camera is above it looking
down.

How does the vector that I use to apply an impulse with work
(rb.applyImpulse(vector(0.0, 0.0, 200.0)))

I understand the Z controls the height of the ball off the ground.

What is the X and Y value to apply to get the ball to get the ball to move
in the 4 different directions (not all at the same time of course)..

For instance:
-- Kick 1 - North
vector(?,?,0)

--Kick 2 East
vector(?,?,0) ...etc..

Thanks
Rob