Hi,
I've been looking through a lot of tutorial and couldn't found the situation I'm looking for.
I want a score to count when Player jump over (not kill) the enemy.
The reason is if Player touch Enemy, Player will die.
So to make a score count, Player have to jump over with out touching any part of the enemy.
I found a mario type tutorial and I did try some other way but it didn't work.
Seem like you have to collision with Enemy to make it count. I try to find a way to compare Y with Enemy but still not working.
Anyone know what should I do?
Thanks,