Hello everyone
I want to press the mouse button to make the ball move at a certain speed toward the cursor, as shown in the image? I want to control its movement and direction using the cursor. How can I achieve this?
Develop games in your browser. Powerful, performant & highly capable.
The easiest option is MoveTo behavior - move to (Mouse.x, Mouse.y)
Or do you want it to move in a curly line, as on your picture?