Page 1 of 1

Major help

PostPosted: Mon May 29, 2006 9:11 pm
by CrimsonX
1.How do i make it to where when i press the punch putton it will hit an enemy, but when i just walk into the enemy i will get hit.

2. I still need to know how am i supposed to make it to where i have to hit a character multiple times in order to die.

PostPosted: Mon May 29, 2006 9:59 pm
by Diana Kennedy
1. Ad a mouse button down event (or whatever key shall do the hitting) then a change animation and choose the hitting animation. When your hero gets hit, ad a collision event that makes change animation in order that your hero is hit.
(or destroy actor, if "getting hit" means to be destroyed.

2. This probably would need a script - the others will know better.