Image Carousel - Forum

Forum Navigation
You need to log in to create posts and topics.

Image Carousel

Ok so for whatever reason, crappy internet I assume, I couldn't do an attachment.  So I am sharing a link to a simple demo app that I archived.  You may need to correct the path to the images.

I wanted to create an image carousel that allowed links on the mage as it passes.  Instead of dealing with JavaScript I came up with a simple Timer routine that not only cycles the images, but is easy to add images.  As long as your image object is called "Img1, Img2, etc."  You can of course change it.  It also allows adding more images just by changing one number instead of dealing with a bunch of code.  I documented the app.  First image loads on Page Enter.  You can also use the ShowObject effects.

https://www.steamintergalactic.com/Carousel.zip

luishp, Vadim and 2 other users have reacted to this post.
luishpVadimCDY@44Darbdenral

@neal-stone

Thank you so much for the sample!