Input.ButtonDown and Input.getAxis same time pressed doesn't work?

Hello!

I want to fire bullets while my player is running. So I have to ask Input.GetAxis(“Horizontal”) and Input.GetButtonDown(“Fire1”) same time.
If I press Fire1, the horizontal movement doesn’t work.

2D sidescroller, Update Methode

Any help?

Solved by Jessy!