29-06-2006, 07:46 PM
Ah... Ok, I get it
. Thanks for the help.
Oh, and I found out that if you change
to
and do the same for Case DIR_LEFT (change the < to >), it fixes it. Also, if you don't add this, the Left and Up attack animation will go:
At - Lf - Rf instead of At - Rf (wich looks much better and is more logical). So it might is a buck, or am I wandering off again?^^

Oh, and I found out that if you change
Code:
Case DIR_UP
If (Player(Index).YOffset < PIC_Y / 2) Then Anim = 1
Code:
Case DIR_UP
If (Player(Index).YOffset > PIC_Y / 2) Then Anim = 1
At - Lf - Rf instead of At - Rf (wich looks much better and is more logical). So it might is a buck, or am I wandering off again?^^