Is it possible to assign sprite image using blocks at runtime?

hi
is it possible to assign sprite image using a URL while app is running?
my aim is to show sprites stored in my server when a button is clicked…

Upload the image to thunkable.
Assign the image to the Sprite.
And set to image number of the Sprite using blocks.

1 Like

thanks for reply, but that wont solve problem…the images are in my server, there are lots of them…is there any way app show the sprites from server?

No that’s not supported.

2 Likes

OK…thank you

If you have further questions, you can always reference the Sprites section of the docs HERE. To the best of my knowledge, all of your sprites have to be added to your sprite library for you are able to use them.

3 Likes

thank you

Hi is this still not possible today (2024 march)?