I want to make a "turret" like object that shoot projects at targets, but not directly. I want it to aim "diagonally", like this:
Given some defined "bullet" speed, I want "alpha" angle to change given the distance from the "guy" to the "target".
Is there any behavior or plugin who can help me do it? Or i'll have to implement it? Either way I'm not sure where to start. Any help are welcome.