how to make actor chase by another actor
![premvijay89](http://forums.gamesalad.com/applications/dashboard/design/images/defaulticon.png)
Curently im doing a platform game in gamesalad,my question will be how to make a character(monster) chase a character(hero) on the platform field.....need help guys....thank u
Best Answer
-
UtopianGames Posts: 5,692
You can use the move to command but you will need to constrain the hero's X & Y position to a real attribute so the enemy knows where to go.
You can also use magnitude to determine the distance between the hero and enemy and a self start X & Y on the enemy so if the hero is so far in front the enemy will go back to its starting position.
Darren.
Answers
Thanks