Hi,
i want to make a platform game where the enemy robot is flying in the air. The robot has a random movement in all directions but limited to a range.
Which behavior is the best for it?
&
Btw does random(0,360) for angle works? ( i want the robot to go to a random angle that is between 0 and 360 degrees, a full-circle range)
thanks!