Jump games scoreing while jumping

I am working on a checkers type game,
How do I add a score when the player Icon jumps over an enemy object.

Add a condition to compare the Y position of the player using Common conditions for all objects > Position > Compare Y position of an object. Check when the Y position of the player is greater than Enemy.Y().
For this add an action to increase the score.