Everything in part 1 works fine - can move right, turn to left and up_right,
Part 2 is activated when sprite animation "Turn_Left" finish.
but when sprite turns left i can only play "Walk_Left" animation - turn to right and up_left not responding after pressing keys.
there's no debbuger so i made simple text object to show animation names, and all works fine except "Turn_Right" and "Up_Left" while sprite is faceing left direction.
Edit: All i have to do is to set everywhere
"Keyboard: Key "key name" is down" instead of
"Keyboard: On key "key name" pressed".
Works perfect now.