how to do event to make an object move to player...
create a new sprit make a behaviors Pathfinder
lets say the sprite in your game has name Player
and the object to move to player has name Enemy
create new event
1.system on start layout || Enemy Find path to (Player.X , Player.Y)
2.Enemy on Pathfinding path found || Enemy move along path
3.Enemy on pathfinding arrived || Enemy Destoy