Help with strat/stop of cylce with two diffrent buttons

Hi!
I am asking for a little bit of help. So i have decided to make a circuit with a stepper motor and dc motor. I want the cylce to start with button on, this mean that stepper motor start spin for example 1s then stops and DC motor starts working for 1s and this current repeats time and time again. I have a problem that i cannot make a button off, to turn cycle off. If somebody know how to do it, let me now

Your if-else node is always true, so value of flip-flop is never used. The flip-flop gets reset to 0 on button push, but it never changes to 1, so it is always 0.

This is probably close to what you want:
image

Thanks man, is working like i want. Appreciated