IM a somewhat noob. Help please

Posted:
Fri May 26, 2006 12:49 am
by CrimsonX
I want my character to punch. I get him to punch one way with my a button but i cant get him to do the same on reverse. My question is how to enable my character to punch both left and right.
ill try to help

Posted:
Fri May 26, 2006 4:33 pm
by speckford123
if you mean with the same button
try using the draw actor function
and try
if (animindex==1)
change animation ("punchR")
if (animindex==2)
change animation ("punchL")
//this is assuming your right animation is 1 and left animation is 2
and i could tell u how to put punch on more than 1 animation