I'm working on a simple game that uses fget_angle to chase down a player in a scroll region (using advance(spd) to move). What I'm trying to
accomplish is having the enemy rotate, so that it turns towards the player, so that the "pointy" part of the enemy is facing the player, and THEN
moving the enemy towards the player. So far, with my experiments, I've got the enemy spinning as it moves towards the player. I've tried a number of
different things but I can't quite get the correct result. Using just fget_angle "snaps" the enemy to the proper angle towards the player, and it
looks somewhat hokey to me. Any advice on how to do this? Any help is greatly appreciated.