Score: 10
"those whos enemy not following"
date: January 7, 2008
if your enemy is not following, check your player's instance name under the type of object it is (movie clip, button, graphic) if its player then just copy the script, if not u have to change the script alittle(if (_root.player._x > _x) [into] if (_root.char._x > _x) because my character's instance name is char)