I need to make it so You will get hurt if you dont land on top of the object, but if you land on top of him he dies. I tried a couple things, is there an extension that has advanced collisions or something.
Circy, that means that the guy would kill the enemy just by accidentally jumping on the enemy's toe. But then again, you've got more experience in the genre.
You could add an extra condition that the character has to be a certain Y above the enemy just to be save.
Disclaimer: Any sarcasm in my posts will not be mentioned as that would ruin the purpose. It is assumed that the reader is intelligent enough to tell the difference between what is sarcasm and what is not.
Assault Andy Administrator
I make other people create vaporware
Registered 29/07/2002
Points 5686
18th July, 2005 at 02:35:42 -
You could also use an invisible detector that is always placed below your character. If this detector collides with an enemy, kill the enemy. If the player collides with an enemy, hurt your player.