Directional Calculator Question
I have a question that's probably easily solved, but I'm currently experiencing developer's block.
http://www.fangamez.net/pipi.png
See those little birds in the screenshot? Well, I have them programmed to hatch from an egg and move to those positions. Now I want them to move in the direction of the player once they reach those positions. I've tried several methods, but nothing seems to work quite right (Trying to refrain from using the built in movements in MMF2). Now, I know there's a method for doing this using the directional calculator. But what could I use to move them in that direction and still keep their movement set to static? (Also note: I don't want them to follow the player's every move. Once they hatch, set the last position of the player to a value, then move to that position). Any thoughts would be appreciated.
Re: Directional Calculator Question
Nevermind, I figure out an alternative.