Hi there!
I am still a bit new to Playmaker, but I really enjoy it so far
However, I'm in need of a little help here:
I am making a game where you are controlling a ball with a rigid-body. As it is right now I use "Get Axis Input" and "Add Force" stored in vector3-variable. This works fine, so far so good. But in my current set up there is only added force to the ball when the player use the W,A,S,D keys. What I want to achieve is a force (around 50) that is constantly pushing the ball in the direction of my vector3 variable - also when the player isn't pushing any keys. So if the player isn't pushing any keys, the constant force should simple be applied towards the last stored vector3 direction. In other words: if the player pushes "left", then there will be add force to the left until the player pushes another key.
Any ideas or suggestion on how I could achieve the control system mentioned above?
I hope this wasn't to unclear - thanks for reading.
Cheers