(solved!) Any way to make a switching mechanism?

ill type here to make the question more clear.
i want to create a “Gallery” program and i want to make it so that when you click a button, lets say “back” it would give me a a picture that was before i skipped it, and the same to “forward”.

1 Like

Can you explain where the photos of the Gallery are stored?

For example, if you have a table that holds images then you will add an image component in your screen and two buttons (next and back).
When the screen opens you will read the table and display the first image and when the next button is clicked you will read the next image in the table and show it in the image component. If the back button is clicked you will read the previous record from the table and display the image. You will need to create a variable that holds the position of the table to know where to go.

This is the general idea.

i will try making the variable, thanks.
I will update if i can do it, thanks for the information!

Hello again, sorry for disturbing, i guess, the actual question is how to make that variable, rather than making the skipping.

1 Like

I made this simple design
image

I uploaded the images into the project assets
image

Following are the blocks

Back button code

Forward button code

Demo
battery images

I hope this makes it clear.

1 Like

Wow, this is indeed a really cool one, thanks, alot.

1 Like

Welcome

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.