Hi! I was wondering like in many shopping sites you can see multiple pictures of the same item with just scrolling sideways. I would like to know if there is some way that I could achieve the same objective on Thunkable.
Any help given is highly appreciated
Hi,
this can be done, but the path will not be easy. As an idea, I can suggest to look at the work of the scrGame1 and scrSpriteMap screens in the project
https://x.thunkable.com/projects/5cc9570f7e2a78259a8c0a78/project/properties/designer/
The idea is simple - you need to use absolute positioning to shift the images.
In Thunkable’s most recent live stream, they show you how to do vertical scrolling with multiple images. You should be able to use the same concept except by using a ROW component and making it SCROLLABLE.