You can use the behavior Turret on the enemy (don't forget to add him the target (your player) at the start of the layout)
You can compare the height between the player and the enemy and change the enemy angle.
You can do every tick enemy set angle toward (player.X,player.Y) (player is the player sprite name)
Here's a post about a question like yours : here