Hello friends,
I need help.
» I'm reading from a json file that contains the url of many photos.
» Then I use the "Load image from URL" action to show the photo in a sprite.
My problem:
When I use a loop, to traverse the array with the photos, and then load the sprite, only the last photo is shown, all others are replaced.
One solution I found:
Reading the forums, I found a solution to create multiple "blank frames", and then load the images.
For example: I have 50 photos.
So I create 50 blank frames, and then upload the photos.
It works.
Problem:
The amount of photos in the array is dynamic so I can not set a number of fixed frames in my project.
Also I have not found a way to create frames at runtime, I believe that is not possible.
Please, anyone have a solution for this?
My Project (Construct 3):
https://trello-attachments.s3.amazonaws ... om_URL.c3p
Thanks!