I want to switch between pictures (or text if possible) using arrow buttons instead of the flipper view

So I need to switch between pictures (or text if possible) using buttons instead of the flipper view because there are some bugs in it. I am thinking of making 2 buttons and put in them arrow pictures (right and left). So how to make that? Hope you understood what I said. And thank you

When screen initialize create a math variable and a list variable, get all images that you want and store them in the list variable… Then when arrow is clicked… Add the math variable to one and set image picture to select item in list block where the index should be the math variable and the list should be the variable that you initialized in the beginning
blocks (8)