[Sloved] Image Carousel

Hey!

I’m trying to make an image carousel where the user can go forward or back in image viewing. I’m just trying to find a way of limiting the user from going over all the images, or trying to find a way to loop it and getting a bit stuck

Any advice?

post the .toe file what you have made so far, then we can help you better!

Here the file is!

You can see I’ve tried some different ways of trying to loop the movement but am getting a little stuck
Image_carousel.toe (10.8 KB)

Figured it out!

After searching for a count function I came across these two posts
Increase and decrease value button and RFE: count CHOP increment/decrement…

Then using a loop Min/max on a count I was able to create an image carousel. Feel free to view the rough project attached.
Image Carousel.toe (14.3 KB)

well done!

Glad you solved it.

Also at Help → Operator Snippets → CHOP → Count there are a few examples.