How can I make the object shoots to the mouse's position on click? I know how to make a selected direction......
Printable View
How can I make the object shoots to the mouse's position on click? I know how to make a selected direction......
This is simular to a point and click adventure, except you make the character shoot towards an active. Make an active, and call it Distnation.
User clicks
Destination: set position to Xmouse and Ymouse
Character: shoot toward destination
Marv