Ok so I have my character. And I have my enemy. I need my enemy to face the direction towards my character. ~Thanks!
Use this code on the enemy:_rotation = Math.atan2(_root.character._y - _y, _root.character._x - _x)*180/Math.PI;
You must be logged in to post a reply!