Errors...
Posted: Thu Jul 21, 2005 3:49 pm
I detect somewath like a bug when I press KEY_LEFT and KEY_RIGHT or KEY_RIGHT and KEY_LEFT in order and fast (typicaly use in any game). In my platform game (like Ninja Gaiden, for NES 8bits...), when I do this, the animation of the actor don't change to correct direction! And he walks in "stop_left" or "stop_right" movement, like an skatist, and the animation turned to the contrary direction!!! I try to kill this error with some modifications on the scripts, but no success... But I discover this error occour in "KeyUp event>ChangeAnimation". When I remove this, the error don't ocour (but the character continue walking, and, of course, don't stop...). This error occour with the tutorials of platform too. How to correct this?