Yeah, it's not really needed if you want 360 degrees. Also, you can do the same by constantly setting the Angle to the formula above.
Type: Posts; User: Jacob; Keyword(s):
Yeah, it's not really needed if you want 360 degrees. Also, you can do the same by constantly setting the Angle to the formula above.
For proper 360 degree movement, you can set the angle of the bullet to:
atan2(Y("Bullet")-Y("Target"),X("Target")-X("Bullet"))
and with the angle set, you can set the X position to
...