Hi, it seems basic, but it is not working properly.
I added a numeric variable to the object
left = 0
up = 1
right = 2
down 3 =
left and up = 4
right and up = 5
left and down = 6
right down = 7
....
then
if the variable is:
= 0 -> object is make animation W
= 1 -> object is make animation N
= 2 -> object is make animation E
= 3 -> object is make animation S
= 4 -> object is make animation NW
= 5 -> object is make animation NE
= 6 -> object is make animation SW
= 7 -> object is make animation SE
................
BUT ... just work in game the animation 0,1,2,3,7 ?????
God damn it, why is that?
Tnx for all Help.