アクションゲームを作っているのですが
移動アニメーション作成する前は普通に移動しながらの攻撃ができたのですが
移動アニメーションをつけてからだと、移動しながら攻撃ができないどころか
移動してからだとなぜか攻撃のキーがきかなくなります、イベントに問題があるのでしょうか
左は

<Left> Change sprite into (左向き立ちポーズ)
else
ifposition is collision free
   start of a block
set the horizontal speed
end of a block
else
   start of a block
set the horizontal speed
end of a block

release<Left> change sprite into (左歩き)
Set the horizonal speed

右はこれの逆です