Hi, i ve got problem with MMF. I dont now how to make that the one animation like fist(animation of hiting fist) kill enemy, but the others animations dont kill enemy. Some body help me please. I will be wery thank full.
For things like this I usually use a hidden collision detector created at the action point of the object. For instance, for the punching, I'd create an invisible square at action point relative to the object and destroy the square relatively fast so that it matches the punch animation. A little more work perhaps, but it's the way I feel most comfortable doing it.
Also, this method makes it so that only the FIST would do the killing. If you just test the animation, an enemy can touch your back and get killed when he should be killing you instead.
I did something like that for my game like Alex kidd in miracle world, Instead the fist was a different object altogether and was created when pressing ctrl. It was deleted after the animation had finished.