enemy movement jitter

  1. E

    Enemies when chasing player jitter and shake.

    When i make an enemy code that follows the player the enemy jitters for some reason. Nothing fixes the problem. Here's my code: spd = (point_distance(x,y,obj_player.x,obj_player.y)/100); move_towards_point(obj_player.x,obj_player.y,spd);
Top