Vector Calculation Question

Hello,

Currently in my top-down game, I am calculating the distance between the character vector and the mouse location vector. If the length is > 1000, I am wanting to display the decal under the mouse cursor along the line between the actor and mouse location, but 1000 length away from the actor, instead of under the mouse.

How would I accomplish this?

Basically I am wanting to find the point 1000 units away from the actor, but on the line between the actor and the mouse.

I’ve answered your question here: