Hi everyone,
I’m working on a project in Thunkable (latest version) and I’d love some help. I know the idea will sound very simple but keep in mind this is my first time ever attempting to use this tool. My goal is to create a stop-motion animation with 8 images.
Here’s what I want it to do:
-
I have 8 images uploaded in Assets (all the same size, named
img1.png
…img8.png
). -
On my screen I added:
-
An Image component (to display the frames).
-
A Button (to start the animation, labeled “Play”).
-
-
When I press Play, I want the 8 images to appear one after the other inside the Image component, creating the effect of an animation.
-
After the last image, the animation should stop automatically.
Any help will be appreciated! <3