by speckford123 » Fri May 26, 2006 4:33 pm
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