I have a bunch of enemys running around on a sidescroller with a little depth. So enemys can have higher or lower y-value than the other. But sometimes the enemy with higher y-value appears to be below another enemy with a lower y-value. How do I fix that? Since the enemys are the same object i can not campare self.y to enemy.y. Thanks in advance